Files
RCBASIC4/doc/doc_files/setphysics3d.html
2026-03-03 19:29:04 -06:00

24 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>SetPhysics3D [RCBasic Doc] </title>
</head>
<body>
<p><h2>Sub SetPhysics3D( flag ) </h2></p>
<p>
Enables or disables the physics engine.
</p>
<p>
NOTE: While the physics engine is disabled, actor collisions won't be able to be checked.
</p>
<br><p>Related:
<a href="getphysics3d.html">GetPhysics3D</a>
</p>
<p>
</p>
</body>
</html>