[Change] Keep forgetting to update API documentation when I chance AI API.
This commit is contained in:
parent
a89395a54f
commit
ebd95e3ba4
@ -53,7 +53,7 @@ minbrakedist()
|
||||
-- Returns the minimum required braking distance assuming all goes well.
|
||||
-- return number distance needed to brake.
|
||||
|
||||
armor()
|
||||
armor([number pilot])
|
||||
-- Returns the total amount of armor left.
|
||||
|
||||
shield()
|
||||
@ -61,9 +61,11 @@ shield()
|
||||
|
||||
parmor()
|
||||
-- Returns the percentage of armor remaining.
|
||||
-- pilot - Optional pilot id, if not the current pilot is used.
|
||||
|
||||
pshield()
|
||||
-- Returns the percentage of shield remaining.
|
||||
-- pilot - Optional pilot id, if not the current pilot is used.
|
||||
|
||||
// ================
|
||||
// BOOLEAN!
|
||||
|
Loading…
Reference in New Issue
Block a user