Struct CheckpointCustomIcon
Namespace: GTA
Assembly: ScriptHookVDotNet3.dll
Syntax
public struct CheckpointCustomIcon : INativeValue
Constructors
|
Improve this Doc
View Source
CheckpointCustomIcon(CheckpointCustomIconStyle, Byte)
Declaration
public CheckpointCustomIcon(CheckpointCustomIconStyle iconStyle, byte iconNumber)
Parameters
Type |
Name |
Description |
CheckpointCustomIconStyle |
iconStyle |
The icon style.
|
Byte |
iconNumber |
The icon number,
if iconStyle is Number allowed range is 0 - 99
otherwise allowed range is 0 - 9.
|
Properties
|
Improve this Doc
View Source
NativeValue
Declaration
public ulong NativeValue { get; set; }
Property Value
|
Improve this Doc
View Source
Number
Gets or sets the number to display inside the icon.
Declaration
public byte Number { get; set; }
Property Value
Type |
Description |
Byte |
If Style is Number, allowed range is 0 - 99; otherwise allowed range is 0 - 9.
|
|
Improve this Doc
View Source
Style
Gets or sets the icon style.
Declaration
public CheckpointCustomIconStyle Style { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator InputArgument(CheckpointCustomIcon value)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(CheckpointCustomIcon to Byte)
Declaration
public static implicit operator byte (CheckpointCustomIcon icon)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(Byte to CheckpointCustomIcon)
Declaration
public static implicit operator CheckpointCustomIcon(byte value)
Parameters
Type |
Name |
Description |
Byte |
value |
|
Returns
Implements