DoDoorAction(object, int)

Does specific action to target door.

void DoDoorAction(
    object oTargetDoor,
    int nDoorAction
);

Parameters

oTargetDoor

Door action is to occur to.

nDoorAction

DOOR_ACTION_*


Description

Perform nDoorAction on oTargetDoor.



Version

1.22

See Also

categories: Action on Object Functions
constants: DOOR_ACTION_* Constants


 author: Jody Fletcher
 Send comments on this topic.