Why use it
The boolean result makes success, availability or state explicit without exceptions.
EPOK RUNTIME
Method · 1 overload
Performs `make active` as part of the object model module.
bool make_active()Performs `make active` 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::Camera3DComponent& object = /* obtain a valid instance */;
auto result = object.make_active();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:751
class_idPerforms `class id` as part of the object model module.MethodenabledPerforms `enabled` as part of the object model module.Methodentity_slotPerforms `entity slot` as part of the object model module.Methodfield_of_viewPerforms `field of view` as part of the object model module.Methodset_enabledSets enabled as part of the object model module.Methodset_field_of_viewSets field of view as part of the object model module.Method