Skip to content

StaticUpdate

Description

Called once per object class, once per frame if Object::active allows for it. This event is called before any Update events are called.

Parameters

None.

Syntax

void StaticUpdate();
static void StaticUpdate();

Examples

void MyObject_StaticUpdate() { }
void MyObject::StaticUpdate() { }