Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
197
void Script::Start()
198
{
199
if (_wasStartCalled)
200
return;
201
202
_wasStartCalled = 1;
203
CHECK_EXECUTE_IN_EDITOR
204
{
205
OnStart();
206
}
207
}
208
209
void Script::Enable()
210
{
Callers
3
Init
Method · 0.45
Invoke
Method · 0.45
UpdateResource
Function · 0.45
Calls
1
OnStart
Function · 0.85
Tested by
no test coverage detected