| 267 | } |
| 268 | |
| 269 | UpdateResult CompScriptLateUpdate(const ComponentsUpdateParams& params, ComponentsUpdateResult& update_result) |
| 270 | { |
| 271 | return CompScriptUpdateInternal(params, SCRIPT_FUNCTION_LATE_UPDATE, update_result); |
| 272 | } |
| 273 | |
| 274 | static UpdateResult HandleUnrefMessage(void* context, ScriptInstance* script_instance, int reference) |
| 275 | { |
nothing calls this directly
no test coverage detected