Updated docs

This commit is contained in:
n00b87
2026-03-03 19:29:04 -06:00
parent 9dbb4b6b5f
commit ea986a826b
135 changed files with 3466 additions and 318 deletions

View File

@@ -0,0 +1,29 @@
<!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>