Interface IEntity
Assembly: AltV.Net.EntitySync.dll
Syntax
Properties
|
Improve this Doc
View Source
DataSnapshot
Declaration
EntityDataSnapshot DataSnapshot { get; }
Property Value
|
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
HashKey
Declaration
(ulong, ulong) HashKey { get; }
Property Value
Type |
Description |
System.ValueTuple<System.UInt64, System.UInt64> |
|
|
Improve this Doc
View Source
Id
Declaration
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
LastStreamInRange
Declaration
float LastStreamInRange { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
MigrationDistance
Declaration
uint MigrationDistance { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
NetOwner
Declaration
IClient NetOwner { get; set; }
Property Value
|
Improve this Doc
View Source
NetOwnerRange
Declaration
float NetOwnerRange { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Position
Declaration
Vector3 Position { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
|
Improve this Doc
View Source
Range
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
RangeSquared
Declaration
uint RangeSquared { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
StartingXIndex
Declaration
int StartingXIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StartingYIndex
Declaration
int StartingYIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StoppingXIndex
Declaration
int StoppingXIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StoppingYIndex
Declaration
int StoppingYIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TempNetOwner
Declaration
IClient TempNetOwner { get; set; }
Property Value
|
Improve this Doc
View Source
TempNetOwnerRange
Declaration
float TempNetOwnerRange { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
ThreadLocalData
Declaration
IDictionary<string, object> ThreadLocalData { get; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
|
Improve this Doc
View Source
Type
Declaration
Property Value
Type |
Description |
System.UInt64 |
|
Methods
|
Improve this Doc
View Source
GetClients()
Declaration
HashSet<IClient> GetClients()
Returns
Type |
Description |
System.Collections.Generic.HashSet<IClient> |
|
|
Improve this Doc
View Source
GetDataKeys()
Declaration
ICollection<string> GetDataKeys()
Returns
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|
|
Improve this Doc
View Source
RemoveClient(IClient)
Declaration
bool RemoveClient(IClient client)
Parameters
Type |
Name |
Description |
IClient |
client |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ResetData(String)
Declaration
void ResetData(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
|
Improve this Doc
View Source
ResetThreadLocalData(String)
Declaration
void ResetThreadLocalData(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
|
Improve this Doc
View Source
Serialize(IEnumerable<String>)
Declaration
byte[] Serialize(IEnumerable<string> changedKeys)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<System.String> |
changedKeys |
|
Returns
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
SetData(String, Object)
Declaration
void SetData(string key, object value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
value |
|
|
Improve this Doc
View Source
SetExistsInternal(Boolean)
Declaration
void SetExistsInternal(bool state)
Parameters
Type |
Name |
Description |
System.Boolean |
state |
|
|
Improve this Doc
View Source
SetThreadLocalData(String, Object)
Declaration
void SetThreadLocalData(string key, object value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
value |
|
|
Improve this Doc
View Source
TryAddClient(IClient)
Declaration
bool TryAddClient(IClient client)
Parameters
Type |
Name |
Description |
IClient |
client |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TryGetData(String, out Object)
Declaration
bool TryGetData(string key, out object value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
value |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TryGetData<T>(String, out T)
Declaration
bool TryGetData<T>(string key, out T value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
T |
value |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
|
Improve this Doc
View Source
TryGetThreadLocalData(String, out Object)
Declaration
bool TryGetThreadLocalData(string key, out object value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
value |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TrySetPropertiesComputing(out Vector3, out UInt32, out Int32, out Vector3, out UInt32, out Int32)
Declaration
(bool, bool, bool) TrySetPropertiesComputing(out Vector3 currOldPosition, out uint currOldRange, out int currOldDimension, out Vector3 currNewPosition, out uint currNewRange, out int currNewDimension)
Parameters
Type |
Name |
Description |
System.Numerics.Vector3 |
currOldPosition |
|
System.UInt32 |
currOldRange |
|
System.Int32 |
currOldDimension |
|
System.Numerics.Vector3 |
currNewPosition |
|
System.UInt32 |
currNewRange |
|
System.Int32 |
currNewDimension |
|
Returns
Type |
Description |
System.ValueTuple<System.Boolean, System.Boolean, System.Boolean> |
|