|
Action< SyncBase > | ValueChanged |
| ValueChanged event is raised when value is set locally (settings Value property) or remotely (through deserialization). When validation fails, value is not changed and ValueChanged is not raised. More...
|
|
Definition at line 9 of file Sync.cs.
VRage.Sync.SyncBase.SyncBase |
( |
Type |
valueType, |
|
|
int |
id, |
|
|
MySerializeInfo |
serializeInfo |
|
) |
| |
|
inline |
abstract SyncBase VRage.Sync.SyncBase.Clone |
( |
int |
newId | ) |
|
|
pure virtual |
void VRage.Sync.SyncBase.RaiseValueChanged |
( |
| ) |
|
|
inlineprotected |
abstract bool VRage.Sync.SyncBase.Serialize |
( |
BitStream |
stream, |
|
|
bool |
validate |
|
) |
| |
|
pure virtual |
readonly int VRage.Sync.SyncBase.Id |
readonly Type VRage.Sync.SyncBase.ValueType |
Action<SyncBase> VRage.Sync.SyncBase.ValueChanged |
ValueChanged event is raised when value is set locally (settings Value property) or remotely (through deserialization). When validation fails, value is not changed and ValueChanged is not raised.
Definition at line 21 of file Sync.cs.
The documentation for this class was generated from the following file: