| 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. |
no outgoing calls
no test coverage detected