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

Public Member Functions

 Function (name)
 
- Public Member Functions inherited from std_datablock
 Reliable ()
 
 Certain ()
 
 Ordered ()
 
 Unreliable ()
 
 Manual ()
 
 Automatic ()
 
 ForceReflectionUpdate ()
 
 SetUpdateDelayMinimum ()
 
 SetForceSendMaximumUpdates ()
 
 SetForceSendTimeDelay ()
 

Detailed Description

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.

Constructor & Destructor Documentation

Function ( name  )

The name of the function to share across the network. For example:

 networking
 {
    Function AMemberFunction;
 }