Skip to content

Serialize

Description

Called once per object class, upon the scene being loaded, no logic should be written here, only calls to RSDK_EDITABLE_VAR.

Parameters

None.

Syntax

void Serialize();
static void Serialize();

Examples

void MyObject_Serialize() { }
void MyObject::Serialize() { }