Search Results for

    Show / Hide Table of Contents

    Struct CheckpointCustomIcon

    Implements
    INativeValue
    Inherited Members
    ValueType.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: GTA
    Assembly: ScriptHookVDotNet3.dll
    Syntax
    public struct CheckpointCustomIcon : INativeValue

    Constructors

    | Improve this Doc View Source

    CheckpointCustomIcon(CheckpointCustomIconStyle, Byte)

    Initializes a new instance of the CheckpointCustomIcon struct.

    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
    Type Description
    UInt64
    | 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
    Type Description
    CheckpointCustomIconStyle

    Methods

    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    ValueType.GetHashCode()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    ValueType.ToString()

    Operators

    | Improve this Doc View Source

    Implicit(CheckpointCustomIcon to InputArgument)

    Converts a CheckpointCustomIcon to a native input argument.

    Declaration
    public static implicit operator InputArgument(CheckpointCustomIcon value)
    Parameters
    Type Name Description
    CheckpointCustomIcon value
    Returns
    Type Description
    InputArgument
    | Improve this Doc View Source

    Implicit(CheckpointCustomIcon to Byte)

    Declaration
    public static implicit operator byte (CheckpointCustomIcon icon)
    Parameters
    Type Name Description
    CheckpointCustomIcon icon
    Returns
    Type Description
    Byte
    | Improve this Doc View Source

    Implicit(Byte to CheckpointCustomIcon)

    Declaration
    public static implicit operator CheckpointCustomIcon(byte value)
    Parameters
    Type Name Description
    Byte value
    Returns
    Type Description
    CheckpointCustomIcon

    Implements

    INativeValue
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX