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

Function OnStart

Source/Engine/Scripting/Script.h:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 /// Called when a script is enabled just before any of the Update methods is called for the first time.
92 /// </summary>
93 API_FUNCTION(Attributes="NoAnimate") virtual void OnStart()
94 {
95 }
96
97 /// <summary>
98 /// Called every frame if object is enabled.

Callers 9

StartMethod · 0.85
StartMethod · 0.85
OnEditorUpdateMethod · 0.85
RunMethod · 0.85
OnUpdateMethod · 0.85
OnEnvProbeBakeStartMethod · 0.85
OnLightmapsBakeStartMethod · 0.85
OnGameCookerEventMethod · 0.85
StartMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected