[Add] Documentation for new Lua calls.
This commit is contained in:
parent
08f9cb3781
commit
dbfef7b7f0
@ -46,6 +46,18 @@ 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()
|
||||||
|
-- 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!
|
// BOOLEAN!
|
||||||
// ================
|
// ================
|
||||||
|
Loading…
Reference in New Issue
Block a user