![]() | |
![]() | ![]() |
CL_NetObject_SimpleSimplified serialization NetObject. Parents: public CL_NetObject DescriptionCL_NetObject_Simple is a netobject using a more static approach to its serialization. In the constructor of your object, you should add those member variables you want to be duplicated on the slave side. Use the add_int32(), add_short16(), etc. functions to do this. For more information: Read the network overview document. Class membersCL_NetObject_Simple() See AlsoNone |