MCPcopy Create free account
hub / github.com/defold/defold / CompScriptLateUpdate

Function CompScriptLateUpdate

engine/gameobject/src/gameobject/comp_script.cpp:269–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

CompScriptUpdateInternalFunction · 0.85

Tested by

no test coverage detected