IsVehicleOnGround: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Black Dragon (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
Checks to see if a vehicle has contact with the ground. | |||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
bool isVehicleOnGround ( vehicle thevehicle ) | bool isVehicleOnGround ( vehicle thevehicle ) | ||
Line 10: | Line 8: | ||
===Required Arguments=== | ===Required Arguments=== | ||
*'''thevehicle:''' The vehicle you wish to check. | |||
*''' | |||
===Returns=== | ===Returns=== | ||
Returns ''true'' if vehicle is on the ground, ''false'' otherwise. | |||
Returns ''true'' if | |||
==Example== | ==Example== |
Revision as of 14:48, 20 June 2007
Checks to see if a vehicle has contact with the ground.
Syntax
bool isVehicleOnGround ( vehicle thevehicle )
Required Arguments
- thevehicle: The vehicle you wish to check.
Returns
Returns true if vehicle is on the ground, false otherwise.
Example
This example does...
--This line does... blabhalbalhb --abababa --This line does this... mooo
See Also
Template:FunctionArea functions -- leave this unless you complete the function