29 lines
863 B
HTML
29 lines
863 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>GetVehicleAxis [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub GetVehicleAxis( actor, ByRef x, ByRef y, ByRef z ) </h2></p>
|
|
<p>
|
|
Gets the axis used to define a vehicles orientation.
|
|
</p>
|
|
<table>
|
|
<tr><th>Direction</th><th>Axis</th><th>Meaning</th></tr>
|
|
<tr><th>X</th><th>Right Axis</th><th>Wheel axle direction</th></tr>
|
|
<tr><th>Y</th><th>Up Axis</th><th>Suspension direction</th></tr>
|
|
<tr><th>Z</th><th>Forward Axis</th><th>Driving direction</th></tr>
|
|
</table>
|
|
<br><p>Related:
|
|
<a href="setwheelaxel.html">SetWheelAxel</a>
|
|
<a href="setsuspensionlength.html">SetSuspensionLength</a>
|
|
<a href="setwheeldirection.html">SetWheelDirection</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |