RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.game.action.policy.WalkablePolicy Enum Reference

Public Attributes

 WALKABLE
 NON_WALKABLE
 FOLLOW

Detailed Description

A queue policy determines whether the action can occur while walking.

Author
Graham Edgecombe
Brett Russell

Definition at line 34 of file WalkablePolicy.java.

Member Data Documentation

◆ FOLLOW

com.osroyale.game.action.policy.WalkablePolicy.FOLLOW

This indicates actions can continue while following.

Definition at line 43 of file WalkablePolicy.java.

◆ NON_WALKABLE

com.osroyale.game.action.policy.WalkablePolicy.NON_WALKABLE

This indicates actions cannot occur while walking.

Definition at line 40 of file WalkablePolicy.java.

◆ WALKABLE

com.osroyale.game.action.policy.WalkablePolicy.WALKABLE

This indicates actions may occur while walking.

Definition at line 37 of file WalkablePolicy.java.


The documentation for this enum was generated from the following file: