Functions Documentation
View Function Edit Function
Name objGetLevel
Syntax (objGetLevel obj) -> level
Argument List obj: The spaceObject you want to get the level of
Returns level: an integer representing the level of the object
Category spaceobject
Description easy to use function to get the level of an object in the current system
Example
(objGetLevel (objGetTarget gPlayerShip))

Returns the level of the player current target
Comment