Updated docs
This commit is contained in:
34
doc/files/getlighttype.html
Normal file
34
doc/files/getlighttype.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>GetLightType [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>function GetLightType( actor ) </h2></p>
|
||||
<p>
|
||||
Returns the type of light
|
||||
</p>
|
||||
<p>
|
||||
Returns -1 if it does not have a type (ie. its not a light)
|
||||
</p>
|
||||
<p>
|
||||
Possible Light Types
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
LIGHT_TYPE_POINT
|
||||
</li>
|
||||
<li>
|
||||
LIGHT_TYPE_POINT
|
||||
</li>
|
||||
<li>
|
||||
LIGHT_TYPE_POINT
|
||||
<br><p>Related:
|
||||
<a href="setlighttype.html">SetLightType</a>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user