21 lines
466 B
HTML
21 lines
466 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>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |