DoDoorAction(object, int)

対象のドアに指定したアクションをさせます。

void DoDoorAction(
    object oTargetDoor,
    int nDoorAction
);

Parameters

oTargetDoor

アクションさせるドア。

nDoorAction

DOOR_ACTION_*


Description

oTargetDoorに nDoorAction をさせます。



Version

1.22

See Also

categories: Action on Object Functions
constants: DOOR_ACTION_* Constants


 author: Jody Fletcher, JP team: katsu794
 Send comments on this topic.