EPOK RUNTIME
epok::NavigationObstacleComponent
Class
Class
Class declared by the navigation-components module for the navigation components module.
Basic usage
This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.
C++ example
#include "navigation_components.hpp"
epok::NavigationObstacleComponent& value = /* obtain a valid instance from your game */;Fields and constants
Public methods
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.MethodregisteredPerforms `registered` as part of the navigation components module.MethodtickPerforms `tick` as part of the navigation components module.Method