MLAPI API Reference
MLAPI API Reference
MLAPI.NetworkedVar.Collections
NetworkedDictionary(TKey, TValue) Class
NetworkedDictionary(TKey, TValue) Methods
Add Method
CanClientRead Method
CanClientWrite Method
Clear Method
Contains Method
ContainsKey Method
CopyTo Method
GetChannel Method
GetEnumerator Method
IsDirty Method
ReadDelta Method
ReadField Method
Remove Method
ResetDirty Method
SetNetworkedBehaviour Method
TryGetValue Method
WriteDelta Method
WriteField Method
NetworkedDictionary
TKey
,
TValue
ResetDirty Method
[This is preliminary documentation and is subject to change.]
Resets the dirty state and marks the variable as synced / clean
Namespace:
MLAPI.NetworkedVar.Collections
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
ResetDirty
()
Request Example
View Source
Implements
INetworkedVar
ResetDirty
See Also
Reference
NetworkedDictionary
TKey, TValue
Class
MLAPI.NetworkedVar.Collections Namespace