$$ACTION Objects Set movement type for [o:Object] to [e:MovementType] aObjSetMovementType Set movement type for object Sets the movement type for an object Parameters: Object: the object to set MovementType: how this object moves $$END */
| 2100 | $$END |
| 2101 | */ |
| 2102 | void aObjSetMovementType(int objhandle, int mtype) { Obj_Value(objhandle, VF_SET, OBJV_C_MOVEMENT_TYPE, &mtype); } |
| 2103 | |
| 2104 | /* |
| 2105 | $$ACTION |
no test coverage detected