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

Public Member Functions

 NData (memberVariable)
 
 DisableEndianTest ()
 
- Public Member Functions inherited from std_datablock
 Reliable ()
 
 Certain ()
 
 Ordered ()
 
 Unreliable ()
 
 Manual ()
 
 Automatic ()
 
 ForceReflectionUpdate ()
 
 SetUpdateDelayMinimum ()
 
 SetForceSendMaximumUpdates ()
 
 SetForceSendTimeDelay ()
 

Detailed Description

This datablock type handles changes for member variables that contain data types that do not need to have prediction and extrapolation. For example these types could be ints or shorts. See the ReplicaNet documentation for more details of this datablock type.

Constructor & Destructor Documentation

NData ( memberVariable  )

Use this keyword to define a member variable that is to be used. For example:

 NData mAnIntMemberVariable

 or

 NData mAnIntMemberVariable
 {
    Reliable();         // Makes the datablock use the reliable method
 }

Member Function Documentation

DisableEndianTest ( )

Use this keyword to disable the endian test for this area of memory. This useful for preserving string data for example.