sof-sdk/Sample/ds/common/lwdoor_ccw.ds

23 lines
529 B
Text
Raw Permalink Normal View History

2000-06-15 00:00:00 +00:00
// Generic counter clockwise door 90 degree swing
#include "../common/header.ds"
output "p:/base/ds/common"
/////////////////////////////////////////////////////////////
// Define
// Actors
parameter entity door_ccw // Two doors, clockwise and counter-cw
/////////////////////////////////////////////////////////////
// Assign
// door_ccw.movetype = MOVETYPE_NOCLIP
/////////////////////////////////////////////////////////////
// Action
moverotate entity door_ccw from file "generic_door_ccw.rof"