Search Results for

    Show / Hide Table of Contents

    Struct RelationshipGroup

    Implements
    INativeValue
    IEquatable<RelationshipGroup>
    Inherited Members
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: GTA
    Assembly: ScriptHookVDotNet3.dll
    Syntax
    public struct RelationshipGroup : INativeValue, IEquatable<RelationshipGroup>

    Constructors

    | Improve this Doc View Source

    RelationshipGroup(Int32)

    Declaration
    public RelationshipGroup(int hash)
    Parameters
    Type Name Description
    Int32 hash
    | Improve this Doc View Source

    RelationshipGroup(UInt32)

    Declaration
    public RelationshipGroup(uint hash)
    Parameters
    Type Name Description
    UInt32 hash

    Properties

    | Improve this Doc View Source

    Hash

    Gets the hash for this RelationshipGroup.

    Declaration
    public int Hash { readonly get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    NativeValue

    Gets the native representation of this RelationshipGroup.

    Declaration
    public ulong NativeValue { get; set; }
    Property Value
    Type Description
    UInt64

    Methods

    | Improve this Doc View Source

    ClearRelationshipBetweenGroups(RelationshipGroup, Relationship, Boolean)

    Declaration
    public void ClearRelationshipBetweenGroups(RelationshipGroup targetGroup, Relationship relationship, bool bidirectionally = false)
    Parameters
    Type Name Description
    RelationshipGroup targetGroup
    Relationship relationship
    Boolean bidirectionally
    | Improve this Doc View Source

    Equals(RelationshipGroup)

    Declaration
    public bool Equals(RelationshipGroup group)
    Parameters
    Type Name Description
    RelationshipGroup group
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    ValueType.Equals(Object)
    | Improve this Doc View Source

    GetHashCode()

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

    GetRelationshipBetweenGroups(RelationshipGroup)

    Declaration
    public Relationship GetRelationshipBetweenGroups(RelationshipGroup targetGroup)
    Parameters
    Type Name Description
    RelationshipGroup targetGroup
    Returns
    Type Description
    Relationship
    | Improve this Doc View Source

    Remove()

    Declaration
    public void Remove()
    | Improve this Doc View Source

    SetRelationshipBetweenGroups(RelationshipGroup, Relationship, Boolean)

    Declaration
    public void SetRelationshipBetweenGroups(RelationshipGroup targetGroup, Relationship relationship, bool bidirectionally = false)
    Parameters
    Type Name Description
    RelationshipGroup targetGroup
    Relationship relationship
    Boolean bidirectionally
    | Improve this Doc View Source

    ToString()

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

    Operators

    | Improve this Doc View Source

    Equality(RelationshipGroup, RelationshipGroup)

    Declaration
    public static bool operator ==(RelationshipGroup left, RelationshipGroup right)
    Parameters
    Type Name Description
    RelationshipGroup left
    RelationshipGroup right
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    Implicit(RelationshipGroup to InputArgument)

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

    Implicit(Int32 to RelationshipGroup)

    Declaration
    public static implicit operator RelationshipGroup(int source)
    Parameters
    Type Name Description
    Int32 source
    Returns
    Type Description
    RelationshipGroup
    | Improve this Doc View Source

    Implicit(String to RelationshipGroup)

    Declaration
    public static implicit operator RelationshipGroup(string source)
    Parameters
    Type Name Description
    String source
    Returns
    Type Description
    RelationshipGroup
    | Improve this Doc View Source

    Implicit(UInt32 to RelationshipGroup)

    Declaration
    public static implicit operator RelationshipGroup(uint source)
    Parameters
    Type Name Description
    UInt32 source
    Returns
    Type Description
    RelationshipGroup
    | Improve this Doc View Source

    Inequality(RelationshipGroup, RelationshipGroup)

    Declaration
    public static bool operator !=(RelationshipGroup left, RelationshipGroup right)
    Parameters
    Type Name Description
    RelationshipGroup left
    RelationshipGroup right
    Returns
    Type Description
    Boolean

    Implements

    INativeValue
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX