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 `registered` as part of the navigation components module.
bool registered() constPerforms `registered` as part of the navigation components module.
This overload takes no parameters.
Returns: bool. Check the value before continuing when it represents success, availability or a resource handle.
#include "navigation_components.hpp"
epok::NavigationObstacleComponent& object = /* obtain a valid instance */;
auto result = object.registered();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/navigation_components.hpp:74
begin_playBegins play as part of the navigation components module.Methodclass_idPerforms `class id` as part of the navigation components module.Methodend_playEnds play as part of the navigation components module.Methodon_disablePerforms `on disable` as part of the navigation components module.Methodon_enablePerforms `on enable` as part of the navigation components module.MethodtickPerforms `tick` as part of the navigation components module.Method