Updated docs
This commit is contained in:
26
doc/files/actorisvisible.html
Normal file
26
doc/files/actorisvisible.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>ActorIsVisible [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>function ActorIsVisible( actor ) </h2></p>
|
||||
<p>
|
||||
Returns true if an actor is visible
|
||||
</p>
|
||||
<p id="rc_code"><code>
|
||||
SetActorVisible<b>(</b>actor, <span class="rc_keyword">true</span><b>)</b> <br>
|
||||
<span class="rc_keyword">Print</span> <span class="rc_string">"Actor solid state: "</span>; ActorIsVisible<b>(</b>actor<b>)</b> <span class="rc_comment">'Outputs 1 </span><br>
|
||||
SetActorSolid<b>(</b>actor, <span class="rc_keyword">false</span><b>)</b> <br>
|
||||
<span class="rc_keyword">Print</span> <span class="rc_string">"Actor solid state: "</span>; ActorIsSolid<b>(</b>actor<b>)</b> <span class="rc_comment">'Outputs 0 </span><br>
|
||||
</code></p>
|
||||
<br><p>Related:
|
||||
<a href="setactorvisible.html">SetActorVisible</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user