wManager.Wow.Helpers Namespace
WRobot

NPCScanState Properties

The NPCScanState type exposes the following members.

Properties


  Name Description
Public property BeforeStates
Launch these states before Run()()()() this state (NeedToRun must be true), empty if not used.
(Inherited from State.)
Public property DisplayName
Gets the display name.
Public property Static member ExtractGameObjects
Share collidable GameObjects information (position, 3D model, name) with bot server (this help to create better meshes for PathFinder), this option can be enabled at start by bot server.
Public property NeedToRun
Indicate if Engine need to call method Run()()()().
Public property NextStates
Launch these states after Run()()()() this state, empty if not used.
(Inherited from State.)
Public property Priority
Gets the priority (determine the order of execution by Engine).
(Inherited from State.)