DAS Action Selector


Action Selector is an object used by Path Points to create connections with Action Points which will be executed by AI visiting this Path Point.
Path Points don't reference Action Points directly, instead they use Action Selectors.
This gives more flexibility because each Path Point may want to use different method to make connections with Action Points.

There are few types of Action Selectors:

  • Selected Action - allows to select single Action Point
  • Multiple Selected Actions - allows to select multiple Action Points
  • Actions in Radius - selects Action Points in defined radius

Example setup of Path Point using ActionSelector_ActionsInRadius to create connections with Action Points in radius.
AI reaching this path point will execute one of Action Points in that radius.


Action Selector can also be used directly on DAS Component if AI doesn't use Path Points but wants to use only Action Points.