
|
SkillTarget() makes a thing send the skill message to its class cog. SkillTarget() sends the type of force power, the player, and the player's rank to the message. The skill message may return a value to SkillTarget() with ReturnEx(). The skill message will only run in class cogs. It will not be called in capture cogs.
| Sender: | The thing that force was used on. |
| Source: | The player that used the force. |
| Sender: | Thing (3). |
| Source: | Thing (3). |
| Param0: | The bin number of the force power used. |
| Param1: | The rank of the player who used the force. |
| Param2: | None. |
| Param3: | None. |