24 lines
635 B
HTML
24 lines
635 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>SetWheelMaxSuspensionTravel [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub SetWheelMaxSuspensionTravel( actor, wheel, max_travel ) </h2></p>
|
|
<p>
|
|
Sets the max suspension travel distance.
|
|
</p>
|
|
<p>
|
|
This value is the maximum distance the suspension is allowed to extend or compress from its rest length set with SetSuspensionLength().
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="getwheelmaxsuspension.html">GetWheelMaxSuspension</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |