Files
RCBASIC4/doc/files/setactormaterial.html
2024-12-14 15:28:03 -05:00

23 lines
577 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>setActorMaterial [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub setActorMaterial( actor, material_num, material_id) </h2></p>
<p>
Sets a material on an actor
</p>
<p>
Note: Generally you just want to set material zero but actors can have multiple materials depending on the model format
</p>
<br><p>Related:
<a href="getactormaterial.html">GetActorMaterial</a>
</p>
<p>
</body>
</html>