Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ isScopeable
Method
isScopeable
Engine/source/sim/netObject.h:500–503 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
498
}
499
500
inline bool NetObject::isScopeable() const
501
{
502
return mNetFlags.test(Ghostable) && !mNetFlags.test(ScopeAlways);
503
}
504
505
inline bool NetObject::isGhostable() const
506
{
Callers
9
scopeCallback
Function · 0.80
onCameraScopeQuery
Method · 0.80
_scopeCallback
Function · 0.80
remap_builtin_constraint
Method · 0.80
init_constraints
Method · 0.80
enter_linger_state_s
Method · 0.80
onDeleteNotify
Method · 0.80
addObjectConstraint
Method · 0.80
remapObjectConstraint
Method · 0.80
Calls
1
test
Method · 0.45
Tested by
no test coverage detected