ReplicaNet and RNLobby  1
Public Member Functions | List of all members
std_datablock Class Reference
Inheritance diagram for std_datablock:
Inheritance graph
[legend]
Collaboration diagram for std_datablock:
Collaboration graph
[legend]

Public Member Functions

 Reliable ()
 
 Certain ()
 
 Ordered ()
 
 Unreliable ()
 
 Manual ()
 
 Automatic ()
 
 ForceReflectionUpdate ()
 
 SetUpdateDelayMinimum ()
 
 SetForceSendMaximumUpdates ()
 
 SetForceSendTimeDelay ()
 

Detailed Description

This ROL class defines the base mechanism used in all other datablocks. See the ReplicaNet documentation for a detailed description of datablocks.

Member Function Documentation

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