ReplicaNet and RNLobby
1
|
Public Member Functions | |
Function (name) | |
![]() | |
Reliable () | |
Certain () | |
Ordered () | |
Unreliable () | |
Manual () | |
Automatic () | |
ForceReflectionUpdate () | |
SetUpdateDelayMinimum () | |
SetForceSendMaximumUpdates () | |
SetForceSendTimeDelay () | |
This datablock handles members functions in C++ classes that need to shared across the network
The class inherits from the std_datablock type. See the ReplicaNet documentation for more details of this datablock type.
Please see object::extern() for more information regarding this DataBlock type.
Function | ( | name | ) |
The name of the function to share across the network. For example:
networking { Function AMemberFunction; }