Files
RCBASIC4/doc/files/setactorshape.txt
2026-02-26 15:33:51 -06:00

24 lines
548 B
Plaintext

#title SetActorShape [RCBasic Doc]
#header Sub SetActorShape( actor, shape_type, mass)
Sets the shape of an actor
Possible Actor Shapes
#list ul
#li ACTOR_SHAPE_NONE
#li ACTOR_SHAPE_BOX
#li ACTOR_SHAPE_SPHERE
#li ACTOR_SHAPE_CYLINDER
#li ACTOR_SHAPE_CAPSULE
#li ACTOR_SHAPE_CONE
#li ACTOR_SHAPE_CONVEXHULL
#li ACTOR_SHAPE_TRIMESH
#li ACTOR_SHAPE_COMPOSITE
#li ACTOR_SHAPE_IMPACT_MESH
#/list
NOTE: ACTOR_SHAPE_COMPOSITE is not a shape you can set. It is a shape that is automatically set on composite actors.
#ref SetActorShapeEx GetActorShape