21 lines
520 B
HTML
21 lines
520 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>CreateVehicleActor [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function CreateVehicleActor( chassis_actor ) </h2></p>
|
|
<p>
|
|
Creates a vehicle actor. The chassis_actor is another actor that will be attached as the main body of the vehicle.
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="addvehiclewheel.html">AddVehicleWheel</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |