Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
287
void OvCore::ECS::Actor::SetSleeping(bool p_sleeping)
288
{
289
m_sleeping = p_sleeping;
290
}
291
292
void OvCore::ECS::Actor::OnAwake()
293
{
Callers
3
Play
Method · 0.80
Scene.cpp
File · 0.80
EndBatchActorCreation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected