EPOK RUNTIME
epok::NavigationAgentComponent
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::NavigationAgentComponent& value = /* obtain a valid instance from your game */;Fields and constants
auto_repathExposes `auto_repath` on `epok::NavigationAgentComponent` for the navigation components module.Fieldavoid_agentsExposes `avoid_agents` on `epok::NavigationAgentComponent` for the navigation components module.Fieldblocked_timeoutExposes `blocked_timeout` on `epok::NavigationAgentComponent` for the navigation components module.Fieldcollision_maskExposes `collision_mask` on `epok::NavigationAgentComponent` for the navigation components module.Fieldface_movementExposes `face_movement` on `epok::NavigationAgentComponent` for the navigation components module.Fieldidle_clipExposes `idle_clip` on `epok::NavigationAgentComponent` for the navigation components module.Fieldmove_on_startExposes `move_on_start` on `epok::NavigationAgentComponent` for the navigation components module.Fieldmoving_clipExposes `moving_clip` on `epok::NavigationAgentComponent` for the navigation components module.Fieldrepath_delayExposes `repath_delay` on `epok::NavigationAgentComponent` for the navigation components module.FieldspeedExposes `speed` on `epok::NavigationAgentComponent` for the navigation components module.Fieldstatic_class_idExposes `static_class_id` on `epok::NavigationAgentComponent` for the navigation components module.Variabletarget_xExposes `target_x` on `epok::NavigationAgentComponent` for the navigation components module.Fieldtarget_yExposes `target_y` on `epok::NavigationAgentComponent` for the navigation components module.Fieldtarget_zExposes `target_z` on `epok::NavigationAgentComponent` for the navigation components module.FieldPublic methods
arrivedPerforms `arrived` as part of the navigation components module.Methodbegin_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.MethodfailedPerforms `failed` as part of the navigation components module.Methodmove_toPerforms `move to` as part of the navigation components module.Methodon_disablePerforms `on disable` as part of the navigation components module.MethodstatusPerforms `status` as part of the navigation components module.MethodstopStops stop as part of the navigation components module.MethodtickPerforms `tick` as part of the navigation components module.Method