Why use it
It provides direct, allocation-conscious access to the object model module. No exception-based error path is implied by the signature.
EPOK RUNTIME
Method · 1 overload
Resets reset as part of the object model module.
void reset()Resets reset as part of the object model module.
This overload takes no parameters.
Returns: Nothing (void).
#include "object_model.hpp"
epok::PaletteAnimatorComponent& object = /* obtain a valid instance */;
object.reset();It provides direct, allocation-conscious access to the object model module. No exception-based error path is implied by the signature.
Call it only in the lifecycle phase described by the module. Validate indices, capacities and object state before use.
Declared in runtime/object_model.hpp:860
class_idPerforms `class id` as part of the object model module.MethodconfigurePerforms `configure` as part of the object model module.Methodentity_slotPerforms `entity slot` as part of the object model module.Methodset_enabledSets enabled as part of the object model module.MethodstatePerforms `state` as part of the object model module.Method