10 lines
279 B
Plaintext
10 lines
279 B
Plaintext
#title SetActorMaterial [RCBasic Doc]
|
|
#header Sub SetActorMaterial( actor, material_num, material_id)
|
|
|
|
Sets a material on an actor
|
|
|
|
Note: Generally you just want to set material zero but actors can have multiple materials depending on the model format
|
|
|
|
#ref GetActorMaterial
|
|
|