ReplicaNet and RNLobby  1
networking Class Reference
Inheritance diagram for networking:
Inheritance graph
[legend]
Collaboration diagram for networking:
Collaboration graph
[legend]

Detailed Description

This class defines which elements of the ROL object are used in the networking code which will typically be datablocks and their corresponding variables.
For example:

object ATestClass
{
    datablock NData;

    networking
    {
        NData mSomeData;
    }
}