Files
RCBASIC4/doc/doc_files/getactormaterial.html
2024-10-27 11:52:28 -04:00

20 lines
459 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>getActorMaterial [RCBasic Doc] </title>
</head>
<body>
<p><h2>function getActorMaterial( actor, material_num) </h2></p>
<p>
Returns an actor's material id.
</p>
<p>
Actor's can have multiple materials but generally you want material 0 for most Actor's.
</p>
<p>
</body>
</html>