MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getGhostsActive

Method getGhostsActive

Engine/source/sim/netConnection.h:845–845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843 };
844
845 U32 getGhostsActive() { return mGhostsActive;};
846
847 /// Are we ghosting to someone?
848 bool isGhostingTo() { return mLocalGhosts != NULL; };

Callers 1

netGhost.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected