The AutoDoor class is an extension of the
Door class which handles all the door related functions. It saves a lot
of time when using doors.
Properties
y
x
z
heading
yStep
view
loop
cel
priority
underBits
signal
nsTop
nsLeft
nsBottom
nsRight
lsTop
lsLeft
lsBottom
lsRight
brTop
brLeft
brBottom
brRight
cycleSpeed
script
cycler
timer
entranceTo
locked
openSnd
closeSnd
doorState
doorCtrl
roomCtrl
doorBlock
code
illegalBits
force
notify
Methods
void
init()
Sets up the door.
void
doit()
If the code property is set, it
calls the code's doit() method. If it returns TRUE, the door
opens, otherwise, it closes. Otherwise, If the ego is on the
door's control, the door opens, otherwise, it closes.
void
cue()
Stops update on the door and cues
the object pointed to by the notify property.