Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetPossibleActions ( Actor actor ) : ActionType[] | ||
PerformAction ( ActionType actionType, Actor actor, object args ) : ActionFeedback[] | ||
Potion ( PotionType type ) : System | ||
ThrowUpon ( Actor attacker, List |
The effect to apply when the potion is thrown upon the actors. Also handles learnign (for those which give an effect) and feedback
|
public GetPossibleActions ( Actor actor ) : ActionType[] | ||
actor | Actor | |
return | ActionType[] |
public PerformAction ( ActionType actionType, Actor actor, object args ) : ActionFeedback[] | ||
actionType | ActionType | |
actor | Actor | |
args | object | |
return | ActionFeedback[] |
public ThrowUpon ( Actor attacker, List |
||
attacker | Actor | |
actors | List |
|
return | ActionFeedback[] |