# The one public material call: swap the whole material on a placed prop. # (There is NO public per-parameter colour API in build 41.00.) ApplyPaint(Paint : material) : void = for (Obj : FindCreativeObjectsWithTag(car_body_tag)): if (Body := creative_prop[Obj]): Body.SetMaterial(Paint, ?Index := 0)