[Change] Keep forgetting to update API documentation when I chance AI API.

This commit is contained in:
Allanis 2013-02-10 05:25:05 +00:00
parent a89395a54f
commit ebd95e3ba4

View File

@ -53,7 +53,7 @@ minbrakedist()
-- Returns the minimum required braking distance assuming all goes well. -- Returns the minimum required braking distance assuming all goes well.
-- return number distance needed to brake. -- return number distance needed to brake.
armor() armor([number pilot])
-- Returns the total amount of armor left. -- Returns the total amount of armor left.
shield() shield()
@ -61,9 +61,11 @@ shield()
parmor() parmor()
-- Returns the percentage of armor remaining. -- Returns the percentage of armor remaining.
-- pilot - Optional pilot id, if not the current pilot is used.
pshield() pshield()
-- Returns the percentage of shield remaining. -- Returns the percentage of shield remaining.
-- pilot - Optional pilot id, if not the current pilot is used.
// ================ // ================
// BOOLEAN! // BOOLEAN!