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

Method Start

Source/Engine/Scripting/Script.cpp:197–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void Script::Start()
198{
199 if (_wasStartCalled)
200 return;
201
202 _wasStartCalled = 1;
203 CHECK_EXECUTE_IN_EDITOR
204 {
205 OnStart();
206 }
207}
208
209void Script::Enable()
210{

Callers 3

InitMethod · 0.45
InvokeMethod · 0.45
UpdateResourceFunction · 0.45

Calls 1

OnStartFunction · 0.85

Tested by

no test coverage detected