Why use it
The method is `const`, so it does not mutate the object through this API surface. The boolean result makes success, availability or state explicit without exceptions.
EPOK RUNTIME
Method · 1 overload
Performs `enabled` as part of the object model module.
bool enabled() constPerforms `enabled` as part of the object model module.
This overload takes no parameters.
Returns: bool. Check the value before continuing when it represents success, availability or a resource handle.
#include "object_model.hpp"
epok::RectTransformComponent& object = /* obtain a valid instance */;
auto result = object.enabled();The method is `const`, so it does not mutate the object through this API surface. The boolean result makes success, availability or state explicit without exceptions.
Check the return value; `false` is part of normal control flow for many PSX resource operations.
Declared in runtime/object_model.hpp:596
attach_slotPerforms `attach slot` as part of the object model module.Methodbind_localPerforms `bind local` as part of the object model module.Methodbind_slotPerforms `bind slot` as part of the object model module.Methodclass_idPerforms `class id` as part of the object model module.Methodentity_slotPerforms `entity slot` as part of the object model module.Methodset_anchorsSets anchors as part of the object model module.Methodset_enabledSets enabled as part of the object model module.Methodset_pivotSets pivot as part of the object model module.Methodset_positionSets position as part of the object model module.Methodset_sizeSets size as part of the object model module.Method