Functions Documentation
View Function Edit Function
Name objGetTarget
Syntax (objGetTarget spaceObject)
Argument List spaceObject: The space object you want to get the current target of.
Returns spaceObject: The target of the space object.
Category spaceobject
Description Returns the target of the space object.
Example
(objGetTarget gsource)

Returns the target of the calling space object.
Comment Can be useful in case you want to do things by what the player is targeting.