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

Method isServerObject

Engine/source/sim/netObject.h:490–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490inline bool NetObject::isServerObject() const
491{
492 return !mNetFlags.test(IsGhost);
493}
494
495inline bool NetObject::isScopeLocal() const
496{

Callers 15

setSoundAmbienceMethod · 0.80
adjustProcessOrderingMethod · 0.80
setAnimClipMethod · 0.80
ew_initMethod · 0.80
trigger_new_phraseMethod · 0.80
_setSquareSizeMethod · 0.80
_setBaseTexFormatMethod · 0.80
terrData.cppFile · 0.80
netObject.cppFile · 0.80
addLightPluginMethod · 0.80
_onTerrainChangedMethod · 0.80
shapeBase.cppFile · 0.80

Calls 1

testMethod · 0.45

Tested by

no test coverage detected