MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / RemoveScript

Method RemoveScript

Source/Engine/Level/Scene/SceneTicking.cpp:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void SceneTicking::TickData::RemoveScript(Script* script)
23{
24 Scripts.Remove(script);
25#if USE_EDITOR
26 if (script->_executeInEditor)
27 ScriptsExecuteInEditor.Remove(script);
28#endif
29}
30
31void SceneTicking::TickData::RemoveTick(void* callee)
32{

Callers 1

Script.cppFile · 0.80

Calls 3

GetSceneMethod · 0.80
RemoveMethod · 0.45
GetParentMethod · 0.45

Tested by

no test coverage detected