Interface IClient
Assembly: AltV.Net.EntitySync.dll
Syntax
Properties
|
Improve this Doc
View Source
Dimension
Declaration
int Dimension { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Exists
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Position
Declaration
Vector3 Position { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
|
Improve this Doc
View Source
Snapshot
Declaration
ClientDataSnapshot Snapshot { get; }
Property Value
|
Improve this Doc
View Source
Token
Declaration
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
AddCheck(UInt64, IEntity)
Declaration
void AddCheck(ulong threadIndex, IEntity entity)
Parameters
Type |
Name |
Description |
System.UInt64 |
threadIndex |
|
IEntity |
entity |
|
|
Improve this Doc
View Source
GetEntities(UInt64)
Declaration
Dictionary<IEntity, bool> GetEntities(ulong threadIndex)
Parameters
Type |
Name |
Description |
System.UInt64 |
threadIndex |
|
Returns
Type |
Description |
System.Collections.Generic.Dictionary<IEntity, System.Boolean> |
|
|
Improve this Doc
View Source
GetLastCheckedEntities(UInt64)
Declaration
IDictionary<IEntity, bool> GetLastCheckedEntities(ulong threadIndex)
Parameters
Type |
Name |
Description |
System.UInt64 |
threadIndex |
|
Returns
Type |
Description |
System.Collections.Generic.IDictionary<IEntity, System.Boolean> |
|
|
Improve this Doc
View Source
RemoveCheck(UInt64, IEntity)
Declaration
void RemoveCheck(ulong threadIndex, IEntity entity)
Parameters
Type |
Name |
Description |
System.UInt64 |
threadIndex |
|
IEntity |
entity |
|
|
Improve this Doc
View Source
RemoveEntity(UInt64, IEntity)
Declaration
void RemoveEntity(ulong threadIndex, IEntity entity)
Parameters
Type |
Name |
Description |
System.UInt64 |
threadIndex |
|
IEntity |
entity |
|
|
Improve this Doc
View Source
RemoveEntityFully(UInt64, IEntity)
Declaration
void RemoveEntityFully(ulong threadIndex, IEntity entity)
Parameters
Type |
Name |
Description |
System.UInt64 |
threadIndex |
|
IEntity |
entity |
|
|
Improve this Doc
View Source
ResetPositionOverride()
Declaration
void ResetPositionOverride()
|
Improve this Doc
View Source
SetPositionOverride(Vector3)
Declaration
void SetPositionOverride(Vector3 newPositionOverride)
Parameters
Type |
Name |
Description |
System.Numerics.Vector3 |
newPositionOverride |
|
|
Improve this Doc
View Source
TryAddEntity(UInt64, IEntity)
Tries to add a entity to the list of entities that this client got created.
Declaration
bool TryAddEntity(ulong threadIndex, IEntity entity)
Parameters
Type |
Name |
Description |
System.UInt64 |
threadIndex |
|
IEntity |
entity |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TryGetDimensionAndPosition(out Int32, ref Vector3)
Declaration
bool TryGetDimensionAndPosition(out int dimension, ref Vector3 position)
Parameters
Type |
Name |
Description |
System.Int32 |
dimension |
|
System.Numerics.Vector3 |
position |
|
Returns
Type |
Description |
System.Boolean |
|