CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtomEx.GameVariableInfo

    ゲーム変数情報取得用構造体

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: CriWare
    Assembly: CriWare.CriAtom.dll
    Syntax
    public struct CriAtomEx.GameVariableInfo
    Remarks

    説明: ゲーム変数情報を取得するための構造体です。 CriAtomEx.GameVariableInfo 関数に引数として渡します。

    Fields

    id

    Declaration
    public uint id
    Field Value
    Type Description
    uint
    Remarks

    ゲーム変数ID

    name

    Declaration
    public NativeString name
    Field Value
    Type Description
    NativeString
    Remarks

    ゲーム変数名

    value

    Declaration
    public float value
    Field Value
    Type Description
    float
    Remarks

    ゲーム変数値

    See Also

    GetGameVariableInfo(ushort, out GameVariableInfo)
    In this article
    Back to top Generated by DocFX