Editors Note: Can't come up with a good example... deferred for later
| Functions Documentation | |
| Name | objCanAttack |
| Syntax | (objCanAttack obj) -> True/Nil |
| Argument List | obj: The spaceObject you want to test |
| Returns | True if the spaceObject is capable of attacking, Nil otherwise. |
| Category | condition query, spaceobject, 0.99 |
| Description | Some spaceObjects are not able to attack, mainly if they don't have any armament. This function is used to check that. |
| Example | |
| Comment |