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

Method SetSleeping

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

Source from the content-addressed store, hash-verified

285}
286
287void OvCore::ECS::Actor::SetSleeping(bool p_sleeping)
288{
289 m_sleeping = p_sleeping;
290}
291
292void OvCore::ECS::Actor::OnAwake()
293{

Callers 3

PlayMethod · 0.80
Scene.cppFile · 0.80
EndBatchActorCreationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected