|
ReplicaNet and RNLobby
1
|


Public Member Functions | |
| Reliable () | |
| Certain () | |
| Ordered () | |
| Unreliable () | |
| Manual () | |
| Automatic () | |
| ForceReflectionUpdate () | |
| SetUpdateDelayMinimum () | |
| SetForceSendMaximumUpdates () | |
| SetForceSendTimeDelay () | |
This ROL class defines the base mechanism used in all other datablocks. See the ReplicaNet documentation for a detailed description of datablocks.
| Automatic | ( | ) |
Sets the datablock updates to be automatic
| Certain | ( | ) |
Makes the datablock update use the certain method
| ForceReflectionUpdate | ( | ) |
Uses DataBlock::SetForceReflectionUpdate(true). See DataBlock::SetForceReflectionUpdate() in the ReplicaNet documentation for details.
| Manual | ( | ) |
Sets the datablock updates to be manual rather than automatic
| Ordered | ( | ) |
Makes the datablock update use the unreliable ordered method
| Reliable | ( | ) |
Makes the datablock update use the reliable method
| SetForceSendMaximumUpdates | ( | ) |
See DataBlock::SetForceSendMaximumUpdates() in the ReplicaNet documentation for details.
| SetForceSendTimeDelay | ( | ) |
See DataBlock::SetForceSendTimeDelay() in the ReplicaNet documentation for details.
| SetUpdateDelayMinimum | ( | ) |
See DataBlock::SetUpdateDelayMinimum() in the ReplicaNet documentation for details.
| Unreliable | ( | ) |
Makes the datablock update use the unreliable method
1.8.6