SHVDN
v3
An ASI plugin for Grand Theft Auto V, which allows running scripts written in any .NET language in-game. Developed by crosire https://github.com/crosire/scripthookvdotnet/
|
Public Member Functions | |
CheckpointCustomIcon (CheckpointCustomIconStyle iconStyle, byte iconNumber) | |
Initializes a new instance of the CheckpointCustomIcon struct. More... | |
override int | GetHashCode () |
override string | ToString () |
Static Public Member Functions | |
static implicit | operator byte (CheckpointCustomIcon icon) |
static implicit | operator CheckpointCustomIcon (byte value) |
static implicit | operator InputArgument (CheckpointCustomIcon value) |
Converts a CheckpointCustomIcon to a native input argument. More... | |
Public Attributes | |
byte | _number |
CheckpointCustomIconStyle | _style |
Properties | |
ulong | NativeValue [get, set] |
byte | Number [get, set] |
Gets or sets the number to display inside the icon. More... | |
CheckpointCustomIconStyle | Style [get, set] |
Gets or sets the icon style. More... | |
Properties inherited from GTA.Native.INativeValue | |
ulong | NativeValue [get, set] |
GTA.CheckpointCustomIcon.CheckpointCustomIcon | ( | CheckpointCustomIconStyle | iconStyle, |
byte | iconNumber | ||
) |
Initializes a new instance of the CheckpointCustomIcon struct.
iconStyle | The icon style. |
iconNumber | The icon number, if iconStyle is CheckpointCustomIconStyle.Number allowed range is 0 - 99 otherwise allowed range is 0 - 9. |
override int GTA.CheckpointCustomIcon.GetHashCode | ( | ) |
|
static |
|
static |
|
static |
Converts a CheckpointCustomIcon to a native input argument.
override string GTA.CheckpointCustomIcon.ToString | ( | ) |
byte GTA.CheckpointCustomIcon._number |
CheckpointCustomIconStyle GTA.CheckpointCustomIcon._style |
|
getset |
|
getset |
Gets or sets the number to display inside the icon.
If Style is CheckpointCustomIconStyle.Number, allowed range is 0 - 99; otherwise allowed range is 0 - 9.
|
getset |
Gets or sets the icon style.