MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / IsActive

Method IsActive

Sources/OvCore/src/OvCore/ECS/Actor.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118bool OvCore::ECS::Actor::IsActive() const
119{
120 return m_active && (m_parent ? m_parent->IsActive() : true);
121}
122
123void OvCore::ECS::Actor::SetID(int64_t p_id)
124{

Callers 15

FindActiveLightsFunction · 0.45
ParseSceneMethod · 0.45
FindPostProcessStackFunction · 0.45
_DrawShadowsMethod · 0.45
PlayMethod · 0.45
Scene.cppFile · 0.45
EndBatchActorCreationMethod · 0.45
FindMainCameraMethod · 0.45
PlayMethod · 0.45
PauseMethod · 0.45
ResumeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected