Enum CrackedOption
Represents information whether to assume cracked
Namespace: TSD.API.Remoting.Materials
Assembly: TSD.API.Remoting.dll
Syntax
public enum CrackedOption
Fields
| Name | Value | Description |
|---|---|---|
| Auto | Auto = 3 | Auto |
| No | No = 2 | No |
| Partially | Partially = 4 | Partially |
| Unknown | Unknown = 0 | Unknown |
| Yes | Yes = 1 | Yes |