Struct MValueBuffer2
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: AltV.Net.Shared.dll
Syntax
public struct MValueBuffer2
Constructors
|
Improve this Doc
View Source
MValueBuffer2(MValueConst[])
Declaration
[Obsolete("Use Alt.CreateMValueBuffer or overload with ISharedCore argument instead")]
public MValueBuffer2(MValueConst[] values)
Parameters
|
Improve this Doc
View Source
MValueBuffer2(ISharedCore, MValueConst[])
Declaration
public MValueBuffer2(ISharedCore core, MValueConst[] values)
Parameters
Fields
|
Improve this Doc
View Source
size
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
GetNext(out Position)
Declaration
public bool GetNext(out Position value)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetNext(out Rgba)
Declaration
public bool GetNext(out Rgba value)
Parameters
Type |
Name |
Description |
Rgba |
value |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetNext(out MValueConst)
Consumes and returns next MValue in the array
Declaration
public void GetNext(out MValueConst mValue)
Parameters
|
Improve this Doc
View Source
GetNext(out MValueConst[])
Declaration
public bool GetNext(out MValueConst[] valuesList)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetNext(out Boolean)
Declaration
public bool GetNext(out bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetNext(out Byte[])
Declaration
public bool GetNext(out byte[] value)
Parameters
Type |
Name |
Description |
System.Byte[] |
value |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetNext(out Double)
Declaration
public bool GetNext(out double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetNext(out Int32)
Declaration
public bool GetNext(out int value)
Parameters
Type |
Name |
Description |
System.Int32 |
value |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetNext(out Int64)
Declaration
public bool GetNext(out long value)
Parameters
Type |
Name |
Description |
System.Int64 |
value |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetNext(out Single)
Declaration
public bool GetNext(out float value)
Parameters
Type |
Name |
Description |
System.Single |
value |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetNext(out String)
Declaration
public bool GetNext(out string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetNext(out UInt32)
Declaration
public bool GetNext(out uint value)
Parameters
Type |
Name |
Description |
System.UInt32 |
value |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetNext(out UInt64)
Declaration
public bool GetNext(out ulong value)
Parameters
Type |
Name |
Description |
System.UInt64 |
value |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetNext<TEntity>(out TEntity)
Declaration
public bool GetNext<TEntity>(out TEntity value)
where TEntity : ISharedBaseObject
Parameters
Type |
Name |
Description |
TEntity |
value |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
|
Improve this Doc
View Source
GetPreviousType()
Declaration
public MValueConst.Type GetPreviousType()
Returns
|
Improve this Doc
View Source
HasNext()
Declaration
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Peek(out MValueConst)
Declaration
public void Peek(out MValueConst mValue)
Parameters
|
Improve this Doc
View Source
SkipValue()
Declaration