Array VRCEconomyIProductArray
- Kind:
Array - OdinSerializer:
VRC.Economy.IProduct[], VRCEconomy - Documentation: https://creators.vrchat.com/economy/sdk/udon-documentation
VRCEconomyIProductArray.__Clone__SystemObject
SystemObject Clone();
Raw: In(VRCEconomyIProductArray), Out(SystemObject)
VRCEconomyIProductArray.__CopyTo__SystemArray_SystemInt32__SystemVoid
void CopyTo(SystemArray, SystemInt32);
Raw: In(VRCEconomyIProductArray), In(SystemArray), In(SystemInt32)
VRCEconomyIProductArray.__CopyTo__SystemArray_SystemInt64__SystemVoid
void CopyTo(SystemArray, SystemInt64);
Raw: In(VRCEconomyIProductArray), In(SystemArray), In(SystemInt64)
VRCEconomyIProductArray.__Equals__SystemObject__SystemBoolean
SystemBoolean Equals(SystemObject);
Raw: In(VRCEconomyIProductArray), In(SystemObject), Out(SystemBoolean)
VRCEconomyIProductArray.__GetEnumerator__SystemCollectionsIEnumerator
SystemCollectionsIEnumerator GetEnumerator();
Raw: In(VRCEconomyIProductArray), Out(SystemCollectionsIEnumerator)
VRCEconomyIProductArray.__GetHashCode__SystemInt32
SystemInt32 GetHashCode();
Raw: In(VRCEconomyIProductArray), Out(SystemInt32)
VRCEconomyIProductArray.__GetLength__SystemInt32__SystemInt32
SystemInt32 GetLength(SystemInt32);
Raw: In(VRCEconomyIProductArray), In(SystemInt32), Out(SystemInt32)
VRCEconomyIProductArray.__GetLongLength__SystemInt32__SystemInt64
SystemInt64 GetLongLength(SystemInt32);
Raw: In(VRCEconomyIProductArray), In(SystemInt32), Out(SystemInt64)
VRCEconomyIProductArray.__GetLowerBound__SystemInt32__SystemInt32
SystemInt32 GetLowerBound(SystemInt32);
Raw: In(VRCEconomyIProductArray), In(SystemInt32), Out(SystemInt32)
VRCEconomyIProductArray.__GetType__SystemType
SystemType GetType();
Raw: In(VRCEconomyIProductArray), Out(SystemType)
VRCEconomyIProductArray.__GetUpperBound__SystemInt32__SystemInt32
SystemInt32 GetUpperBound(SystemInt32);
Raw: In(VRCEconomyIProductArray), In(SystemInt32), Out(SystemInt32)
VRCEconomyIProductArray.__GetValue__SystemInt32Array__SystemObject
SystemObject GetValue(SystemInt32Array);
Raw: In(VRCEconomyIProductArray), In(SystemInt32Array), Out(SystemObject)
VRCEconomyIProductArray.__GetValue__SystemInt32_SystemInt32_SystemInt32__SystemObject
SystemObject GetValue(SystemInt32, SystemInt32, SystemInt32);
Raw: In(VRCEconomyIProductArray), In(SystemInt32), In(SystemInt32), In(SystemInt32), Out(SystemObject)
VRCEconomyIProductArray.__GetValue__SystemInt32_SystemInt32__SystemObject
SystemObject GetValue(SystemInt32, SystemInt32);
Raw: In(VRCEconomyIProductArray), In(SystemInt32), In(SystemInt32), Out(SystemObject)
VRCEconomyIProductArray.__GetValue__SystemInt32__SystemObject
SystemObject GetValue(SystemInt32);
Raw: In(VRCEconomyIProductArray), In(SystemInt32), Out(SystemObject)
VRCEconomyIProductArray.__GetValue__SystemInt64Array__SystemObject
SystemObject GetValue(SystemInt64Array);
Raw: In(VRCEconomyIProductArray), In(SystemInt64Array), Out(SystemObject)
VRCEconomyIProductArray.__GetValue__SystemInt64_SystemInt64_SystemInt64__SystemObject
SystemObject GetValue(SystemInt64, SystemInt64, SystemInt64);
Raw: In(VRCEconomyIProductArray), In(SystemInt64), In(SystemInt64), In(SystemInt64), Out(SystemObject)
VRCEconomyIProductArray.__GetValue__SystemInt64_SystemInt64__SystemObject
SystemObject GetValue(SystemInt64, SystemInt64);
Raw: In(VRCEconomyIProductArray), In(SystemInt64), In(SystemInt64), Out(SystemObject)
VRCEconomyIProductArray.__GetValue__SystemInt64__SystemObject
SystemObject GetValue(SystemInt64);
Raw: In(VRCEconomyIProductArray), In(SystemInt64), Out(SystemObject)
VRCEconomyIProductArray.__Get__SystemInt32__VRCEconomyIProduct
VRCEconomyIProduct Get(SystemInt32);
Raw: In(VRCEconomyIProductArray), In(SystemInt32), Out(VRCEconomyIProduct)
VRCEconomyIProductArray.__Initialize__SystemVoid
void Initialize();
Raw: In(VRCEconomyIProductArray)
VRCEconomyIProductArray.__SetValue__SystemObject_SystemInt32Array__SystemVoid
void SetValue(SystemObject, SystemInt32Array);
Raw: In(VRCEconomyIProductArray), In(SystemObject), In(SystemInt32Array)
VRCEconomyIProductArray.__SetValue__SystemObject_SystemInt32_SystemInt32_SystemInt32__SystemVoid
void SetValue(SystemObject, SystemInt32, SystemInt32, SystemInt32);
Raw: In(VRCEconomyIProductArray), In(SystemObject), In(SystemInt32), In(SystemInt32), In(SystemInt32)
VRCEconomyIProductArray.__SetValue__SystemObject_SystemInt32_SystemInt32__SystemVoid
void SetValue(SystemObject, SystemInt32, SystemInt32);
Raw: In(VRCEconomyIProductArray), In(SystemObject), In(SystemInt32), In(SystemInt32)
VRCEconomyIProductArray.__SetValue__SystemObject_SystemInt32__SystemVoid
void SetValue(SystemObject, SystemInt32);
Raw: In(VRCEconomyIProductArray), In(SystemObject), In(SystemInt32)
VRCEconomyIProductArray.__SetValue__SystemObject_SystemInt64Array__SystemVoid
void SetValue(SystemObject, SystemInt64Array);
Raw: In(VRCEconomyIProductArray), In(SystemObject), In(SystemInt64Array)
VRCEconomyIProductArray.__SetValue__SystemObject_SystemInt64_SystemInt64_SystemInt64__SystemVoid
void SetValue(SystemObject, SystemInt64, SystemInt64, SystemInt64);
Raw: In(VRCEconomyIProductArray), In(SystemObject), In(SystemInt64), In(SystemInt64), In(SystemInt64)
VRCEconomyIProductArray.__SetValue__SystemObject_SystemInt64_SystemInt64__SystemVoid
void SetValue(SystemObject, SystemInt64, SystemInt64);
Raw: In(VRCEconomyIProductArray), In(SystemObject), In(SystemInt64), In(SystemInt64)
VRCEconomyIProductArray.__SetValue__SystemObject_SystemInt64__SystemVoid
void SetValue(SystemObject, SystemInt64);
Raw: In(VRCEconomyIProductArray), In(SystemObject), In(SystemInt64)
VRCEconomyIProductArray.__Set__SystemInt32_VRCEconomyIProduct__SystemVoid
void Set(SystemInt32, VRCEconomyIProduct);
Raw: In(VRCEconomyIProductArray), In(SystemInt32), In(VRCEconomyIProduct)
VRCEconomyIProductArray.__ToString__SystemString
SystemString ToString();
Raw: In(VRCEconomyIProductArray), Out(SystemString)
VRCEconomyIProductArray.__ctor__SystemInt32__VRCEconomyIProductArray
static VRCEconomyIProductArray ctor(SystemInt32);
Raw: In(SystemInt32), Out(VRCEconomyIProductArray)
VRCEconomyIProductArray.__get_IsFixedSize__SystemBoolean
SystemBoolean get_IsFixedSize();
Raw: In(VRCEconomyIProductArray), Out(SystemBoolean)
VRCEconomyIProductArray.__get_IsReadOnly__SystemBoolean
SystemBoolean get_IsReadOnly();
Raw: In(VRCEconomyIProductArray), Out(SystemBoolean)
VRCEconomyIProductArray.__get_IsSynchronized__SystemBoolean
SystemBoolean get_IsSynchronized();
Raw: In(VRCEconomyIProductArray), Out(SystemBoolean)
VRCEconomyIProductArray.__get_Length__SystemInt32
SystemInt32 get_Length();
Raw: In(VRCEconomyIProductArray), Out(SystemInt32)
VRCEconomyIProductArray.__get_LongLength__SystemInt64
SystemInt64 get_LongLength();
Raw: In(VRCEconomyIProductArray), Out(SystemInt64)
VRCEconomyIProductArray.__get_Rank__SystemInt32
SystemInt32 get_Rank();
Raw: In(VRCEconomyIProductArray), Out(SystemInt32)
VRCEconomyIProductArray.__get_SyncRoot__SystemObject
SystemObject get_SyncRoot();
Raw: In(VRCEconomyIProductArray), Out(SystemObject)
Array VRCEconomyUdonProductArray
- Kind:
Array - OdinSerializer:
VRC.Economy.UdonProduct[], VRCEconomy - Documentation: https://creators.vrchat.com/economy/sdk/udon-documentation
VRCEconomyUdonProductArray.__Clone__SystemObject
SystemObject Clone();
Raw: In(VRCEconomyUdonProductArray), Out(SystemObject)
VRCEconomyUdonProductArray.__CopyTo__SystemArray_SystemInt32__SystemVoid
void CopyTo(SystemArray, SystemInt32);
Raw: In(VRCEconomyUdonProductArray), In(SystemArray), In(SystemInt32)
VRCEconomyUdonProductArray.__CopyTo__SystemArray_SystemInt64__SystemVoid
void CopyTo(SystemArray, SystemInt64);
Raw: In(VRCEconomyUdonProductArray), In(SystemArray), In(SystemInt64)
VRCEconomyUdonProductArray.__Equals__SystemObject__SystemBoolean
SystemBoolean Equals(SystemObject);
Raw: In(VRCEconomyUdonProductArray), In(SystemObject), Out(SystemBoolean)
VRCEconomyUdonProductArray.__GetEnumerator__SystemCollectionsIEnumerator
SystemCollectionsIEnumerator GetEnumerator();
Raw: In(VRCEconomyUdonProductArray), Out(SystemCollectionsIEnumerator)
VRCEconomyUdonProductArray.__GetHashCode__SystemInt32
SystemInt32 GetHashCode();
Raw: In(VRCEconomyUdonProductArray), Out(SystemInt32)
VRCEconomyUdonProductArray.__GetLength__SystemInt32__SystemInt32
SystemInt32 GetLength(SystemInt32);
Raw: In(VRCEconomyUdonProductArray), In(SystemInt32), Out(SystemInt32)
VRCEconomyUdonProductArray.__GetLongLength__SystemInt32__SystemInt64
SystemInt64 GetLongLength(SystemInt32);
Raw: In(VRCEconomyUdonProductArray), In(SystemInt32), Out(SystemInt64)
VRCEconomyUdonProductArray.__GetLowerBound__SystemInt32__SystemInt32
SystemInt32 GetLowerBound(SystemInt32);
Raw: In(VRCEconomyUdonProductArray), In(SystemInt32), Out(SystemInt32)
VRCEconomyUdonProductArray.__GetType__SystemType
SystemType GetType();
Raw: In(VRCEconomyUdonProductArray), Out(SystemType)
VRCEconomyUdonProductArray.__GetUpperBound__SystemInt32__SystemInt32
SystemInt32 GetUpperBound(SystemInt32);
Raw: In(VRCEconomyUdonProductArray), In(SystemInt32), Out(SystemInt32)
VRCEconomyUdonProductArray.__GetValue__SystemInt32Array__SystemObject
SystemObject GetValue(SystemInt32Array);
Raw: In(VRCEconomyUdonProductArray), In(SystemInt32Array), Out(SystemObject)
VRCEconomyUdonProductArray.__GetValue__SystemInt32_SystemInt32_SystemInt32__SystemObject
SystemObject GetValue(SystemInt32, SystemInt32, SystemInt32);
Raw: In(VRCEconomyUdonProductArray), In(SystemInt32), In(SystemInt32), In(SystemInt32), Out(SystemObject)
VRCEconomyUdonProductArray.__GetValue__SystemInt32_SystemInt32__SystemObject
SystemObject GetValue(SystemInt32, SystemInt32);
Raw: In(VRCEconomyUdonProductArray), In(SystemInt32), In(SystemInt32), Out(SystemObject)
VRCEconomyUdonProductArray.__GetValue__SystemInt32__SystemObject
SystemObject GetValue(SystemInt32);
Raw: In(VRCEconomyUdonProductArray), In(SystemInt32), Out(SystemObject)
VRCEconomyUdonProductArray.__GetValue__SystemInt64Array__SystemObject
SystemObject GetValue(SystemInt64Array);
Raw: In(VRCEconomyUdonProductArray), In(SystemInt64Array), Out(SystemObject)
VRCEconomyUdonProductArray.__GetValue__SystemInt64_SystemInt64_SystemInt64__SystemObject
SystemObject GetValue(SystemInt64, SystemInt64, SystemInt64);
Raw: In(VRCEconomyUdonProductArray), In(SystemInt64), In(SystemInt64), In(SystemInt64), Out(SystemObject)
VRCEconomyUdonProductArray.__GetValue__SystemInt64_SystemInt64__SystemObject
SystemObject GetValue(SystemInt64, SystemInt64);
Raw: In(VRCEconomyUdonProductArray), In(SystemInt64), In(SystemInt64), Out(SystemObject)
VRCEconomyUdonProductArray.__GetValue__SystemInt64__SystemObject
SystemObject GetValue(SystemInt64);
Raw: In(VRCEconomyUdonProductArray), In(SystemInt64), Out(SystemObject)
VRCEconomyUdonProductArray.__Get__SystemInt32__VRCEconomyUdonProduct
VRCEconomyUdonProduct Get(SystemInt32);
Raw: In(VRCEconomyUdonProductArray), In(SystemInt32), Out(VRCEconomyUdonProduct)
VRCEconomyUdonProductArray.__Initialize__SystemVoid
void Initialize();
Raw: In(VRCEconomyUdonProductArray)
VRCEconomyUdonProductArray.__SetValue__SystemObject_SystemInt32Array__SystemVoid
void SetValue(SystemObject, SystemInt32Array);
Raw: In(VRCEconomyUdonProductArray), In(SystemObject), In(SystemInt32Array)
VRCEconomyUdonProductArray.__SetValue__SystemObject_SystemInt32_SystemInt32_SystemInt32__SystemVoid
void SetValue(SystemObject, SystemInt32, SystemInt32, SystemInt32);
Raw: In(VRCEconomyUdonProductArray), In(SystemObject), In(SystemInt32), In(SystemInt32), In(SystemInt32)
VRCEconomyUdonProductArray.__SetValue__SystemObject_SystemInt32_SystemInt32__SystemVoid
void SetValue(SystemObject, SystemInt32, SystemInt32);
Raw: In(VRCEconomyUdonProductArray), In(SystemObject), In(SystemInt32), In(SystemInt32)
VRCEconomyUdonProductArray.__SetValue__SystemObject_SystemInt32__SystemVoid
void SetValue(SystemObject, SystemInt32);
Raw: In(VRCEconomyUdonProductArray), In(SystemObject), In(SystemInt32)
VRCEconomyUdonProductArray.__SetValue__SystemObject_SystemInt64Array__SystemVoid
void SetValue(SystemObject, SystemInt64Array);
Raw: In(VRCEconomyUdonProductArray), In(SystemObject), In(SystemInt64Array)
VRCEconomyUdonProductArray.__SetValue__SystemObject_SystemInt64_SystemInt64_SystemInt64__SystemVoid
void SetValue(SystemObject, SystemInt64, SystemInt64, SystemInt64);
Raw: In(VRCEconomyUdonProductArray), In(SystemObject), In(SystemInt64), In(SystemInt64), In(SystemInt64)
VRCEconomyUdonProductArray.__SetValue__SystemObject_SystemInt64_SystemInt64__SystemVoid
void SetValue(SystemObject, SystemInt64, SystemInt64);
Raw: In(VRCEconomyUdonProductArray), In(SystemObject), In(SystemInt64), In(SystemInt64)
VRCEconomyUdonProductArray.__SetValue__SystemObject_SystemInt64__SystemVoid
void SetValue(SystemObject, SystemInt64);
Raw: In(VRCEconomyUdonProductArray), In(SystemObject), In(SystemInt64)
VRCEconomyUdonProductArray.__Set__SystemInt32_VRCEconomyUdonProduct__SystemVoid
void Set(SystemInt32, VRCEconomyUdonProduct);
Raw: In(VRCEconomyUdonProductArray), In(SystemInt32), In(VRCEconomyUdonProduct)
VRCEconomyUdonProductArray.__ToString__SystemString
SystemString ToString();
Raw: In(VRCEconomyUdonProductArray), Out(SystemString)
VRCEconomyUdonProductArray.__ctor__SystemInt32__VRCEconomyUdonProductArray
static VRCEconomyUdonProductArray ctor(SystemInt32);
Raw: In(SystemInt32), Out(VRCEconomyUdonProductArray)
VRCEconomyUdonProductArray.__get_IsFixedSize__SystemBoolean
SystemBoolean get_IsFixedSize();
Raw: In(VRCEconomyUdonProductArray), Out(SystemBoolean)
VRCEconomyUdonProductArray.__get_IsReadOnly__SystemBoolean
SystemBoolean get_IsReadOnly();
Raw: In(VRCEconomyUdonProductArray), Out(SystemBoolean)
VRCEconomyUdonProductArray.__get_IsSynchronized__SystemBoolean
SystemBoolean get_IsSynchronized();
Raw: In(VRCEconomyUdonProductArray), Out(SystemBoolean)
VRCEconomyUdonProductArray.__get_Length__SystemInt32
SystemInt32 get_Length();
Raw: In(VRCEconomyUdonProductArray), Out(SystemInt32)
VRCEconomyUdonProductArray.__get_LongLength__SystemInt64
SystemInt64 get_LongLength();
Raw: In(VRCEconomyUdonProductArray), Out(SystemInt64)
VRCEconomyUdonProductArray.__get_Rank__SystemInt32
SystemInt32 get_Rank();
Raw: In(VRCEconomyUdonProductArray), Out(SystemInt32)
VRCEconomyUdonProductArray.__get_SyncRoot__SystemObject
SystemObject get_SyncRoot();
Raw: In(VRCEconomyUdonProductArray), Out(SystemObject)