MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / SetClass

Method SetClass

engine/Poseidon/Network/Network.hpp:213–213  ·  view source on GitHub ↗

Set message update class

Source from the content-addressed store, hash-verified

211 NetworkMessageClass GetClass() const {return _cls;}
212 // Set message update class
213 void SetClass(NetworkMessageClass cls) {_cls = cls;}
214 // Return if initial (guaranteed) update is performed
215 bool GetInitialUpdate() const {return _initialUpdate;}
216 // Set if initial (guaranteed) update is performed

Callers 9

CreateObjectMethod · 0.80
UpdateObjectMethod · 0.80
CreateVehicleMethod · 0.80
CreateCommandMethod · 0.80
CreateObjectsListMethod · 0.80
OnObjectMessageMethod · 0.80
OnMessageMethod · 0.80
OnSimulateMethod · 0.80
CreateRemoteObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected