[Add] Documentation for new Lua calls.

This commit is contained in:
Allanis 2013-02-08 20:29:34 +00:00
parent 08f9cb3781
commit dbfef7b7f0

View File

@ -46,6 +46,18 @@ minbrakedist()
-- Returns the minimum required braking distance assuming all goes well.
-- return number distance needed to brake.
armor()
-- Returns the total amount of armor left.
shield()
-- Returns the total amount of shield left.
parmor()
-- Returns the percentage of armor remaining.
pshield()
-- Returns the percentage of shield remaining.
// ================
// BOOLEAN!
// ================