Struct MValueConst
MValue's received from events are MValueConst
Implements
System.IDisposable
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: AltV.Net.Shared.dll
Syntax
public readonly struct MValueConst : IDisposable
Constructors
|
Improve this Doc
View Source
MValueConst(ISharedCore, MValueConst.Type, IntPtr)
Declaration
public MValueConst(ISharedCore core, MValueConst.Type type, IntPtr nativePointer)
Parameters
|
Improve this Doc
View Source
MValueConst(ISharedCore, IntPtr)
Declaration
public MValueConst(ISharedCore core, IntPtr nativePointer)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.IntPtr |
nativePointer |
|
Fields
|
Improve this Doc
View Source
nativePointer
Declaration
public readonly IntPtr nativePointer
Field Value
Type |
Description |
System.IntPtr |
|
|
Improve this Doc
View Source
Nil
Declaration
public static MValueConst Nil
Field Value
|
Improve this Doc
View Source
None
Declaration
public static MValueConst None
Field Value
|
Improve this Doc
View Source
type
Declaration
public readonly MValueConst.Type type
Field Value
Methods
|
Improve this Doc
View Source
AddRef()
Declaration
public readonly void AddRef()
|
Improve this Doc
View Source
CallFunction(MValueConst[], out MValueConst)
Declaration
public readonly void CallFunction(MValueConst[] args, out MValueConst result)
Parameters
|
Improve this Doc
View Source
CreateFrom(ISharedCore, IntPtr[])
Declaration
public static MValueConst[] CreateFrom(ISharedCore core, IntPtr[] pointers)
Parameters
Type |
Name |
Description |
ISharedCore |
core |
|
System.IntPtr[] |
pointers |
|
Returns
|
Improve this Doc
View Source
Dispose()
Declaration
public readonly void Dispose()
|
Improve this Doc
View Source
GetBaseObject()
Declaration
public readonly ISharedBaseObject GetBaseObject()
Returns
|
Improve this Doc
View Source
GetBool()
Declaration
public readonly bool GetBool()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetByteArray()
Declaration
public readonly byte[] GetByteArray()
Returns
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
GetDictionary()
Declaration
public readonly Dictionary<string, MValueConst> GetDictionary()
Returns
Type |
Description |
System.Collections.Generic.Dictionary<System.String, MValueConst> |
|
|
Improve this Doc
View Source
GetDouble()
Declaration
public readonly double GetDouble()
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
GetEntityPointer(ref BaseObjectType)
Declaration
public readonly IntPtr GetEntityPointer(ref BaseObjectType baseObjectType)
Parameters
Returns
Type |
Description |
System.IntPtr |
|
|
Improve this Doc
View Source
GetInt()
Declaration
public readonly long GetInt()
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
GetList()
Declaration
public readonly MValueConst[] GetList()
Returns
|
Improve this Doc
View Source
GetRgba()
Declaration
public readonly Rgba GetRgba()
Returns
|
Improve this Doc
View Source
GetRgba(ref Rgba)
Declaration
public readonly void GetRgba(ref Rgba rgba)
Parameters
Type |
Name |
Description |
Rgba |
rgba |
|
|
Improve this Doc
View Source
GetString()
Declaration
public readonly string GetString()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetUint()
Declaration
public readonly ulong GetUint()
Returns
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
GetVector3()
Declaration
public readonly Position GetVector3()
Returns
|
Improve this Doc
View Source
GetVector3(ref Position)
Declaration
public readonly void GetVector3(ref Position position)
Parameters
|
Improve this Doc
View Source
RemoveRef()
Declaration
public readonly void RemoveRef()
|
Improve this Doc
View Source
ToObject()
Declaration
public readonly object ToObject()
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
ToString()
Declaration
public override readonly string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
Implements
System.IDisposable