Skip to content

Function: updateClassIds()

ts
function updateClassIds(target: IClassIdsGrouped): void;

Synchronize and update current class identifiers list.

Parameters

ParameterTypeDescription
targetIClassIdsGroupedMemoized class identifiers sets to synchronize with game engine.

Returns

void