AbstractAbility python
From WiCWiki
|
AbstractAbility
Members
Id
- Type
- int
- Description
- The id of the abstract ability.
Methods
Activate
- Syntax
import wic wic.game.AbstractAbility.Activate( [aTarget, [aDirection]] )
- Description
- Activates the AbstractAbility. If aTarget is a Vector3, aDirection needs to specify a direction the AbstractAbility is fired from.
- If aTarget is specified it can also be a Unit or a Building.
- Exceptions
- -
- See also
- -
Files
- /wic/ex_game/wicg_mpycabstractability.h
- /wic/ex_game/wicg_mpycabstractability.cpp
