Functions Documentation |
|
Name |
objRegisterForSystemEvents |
Syntax |
(objRegisterForSystemEvents target range) |
Argument List |
target: the targeted spaceobject to register for system events
range: the range within which to listen for system events |
Returns |
boolean |
Category |
spaceobject, events
|
Description |
Ths function tells the object to listen to system events in its vicinity (as defined by range). The events are (so far), OnSystemWeaponFire and OnSystemExplosion. They will be called when the respective events happen |
Example |
|
Comment |
used in the battle arena |