Files
RCBASIC4/doc/doc_files/getactorautoculling.html
2026-02-26 15:33:51 -06:00

41 lines
707 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>GetActorAutoCulling [RCBasic Doc] </title>
</head>
<body>
<p><h2>Function GetActorAutoCulling( actor ) </h2></p>
<p>
Returns the automatic culling state for an actor
</p>
<p>
Possible Culling States
</p>
<ul>
<li>
AUTOCULLING_OFF
</li>
<li>
AUTOCULLING_BOX
</li>
<li>
AUTOCULLING_FRUSTUM_BOX
</li>
<li>
AUTOCULLING_FRUSTUM_SPHERE
</li>
<li>
AUTOCULLING_OCC_QUERY
</li>
</ul>
<br><p>Related:
<a href="setactorautoculling.html">SetActorAutoCulling</a>
</p>
<p>
</p>
</body>
</html>