Discuss this page on this pages TalkPage

objDepleteShields

See objDepleteShields at Xelerus

Syntax (objDepleteShields obj) → True/Nil
Arguments obj: The spaceObject that you want to deplete the shields of.
Returns boolean: True if successful, otherwise Nil
Category space object functions
Description A function that compeltely depletes the shields of the spaceObject.

Example

(objDepleteShields gPlayerShip)

Completely depletes the player's shields.

Return to Functions list