Definition at line 11 of file MyReplicables.cs.
Sets or resets replicable (updates child status and parent). Returns true if replicable is root, otherwise false.
Definition at line 66 of file MyReplicables.cs.
IMyReplicable VRage.Replication.MyReplicables.GetNextForUpdate |
( |
| ) |
|
|
inline |
bool VRage.Replication.MyReplicables.Refresh |
( |
IMyReplicable |
replicable | ) |
|
|
inline |
Refreshes replicable, updates it's child status and parent. Returns true if replicable is root.
Definition at line 119 of file MyReplicables.cs.
void VRage.Replication.MyReplicables.RefreshChildrenHierarchy |
( |
IMyReplicable |
replicable | ) |
|
|
inline |
void VRage.Replication.MyReplicables.Remove |
( |
IMyReplicable |
replicable | ) |
|
|
inline |
Removes replicable, children should be already removed
Definition at line 164 of file MyReplicables.cs.
void VRage.Replication.MyReplicables.RemoveChildren |
( |
IMyReplicable |
replicable | ) |
|
|
inline |
Removes all children of replicable. Children of children should be already removed!
Definition at line 219 of file MyReplicables.cs.
void VRage.Replication.MyReplicables.RemoveHierarchy |
( |
IMyReplicable |
replicable | ) |
|
|
inline |
Removes replicable with all children, children of children, etc.
Definition at line 203 of file MyReplicables.cs.
The documentation for this class was generated from the following file: