Method Creature:SetReactState [-] [+]
Sets the Creature's current ReactState.
enum ReactState { REACT_PASSIVE = 0, REACT_DEFENSIVE = 1, REACT_AGGRESSIVE = 2 };
Synopsis
Creature:SetReactState( state )
Arguments
ReactState state
- See method description.
Returns
Nothing.