GetCurrentAction(object)

現在実行しているアクションを返します。

int GetCurrentAction(
    object oObject = OBJECT_SELF
);

Parameters

oObject

アクションを返すオブジェクト(デフォルト: OBJECT_SELF)


Description

oObjectがアクションキューを実行しているときに、現在行っているアクション(ACTION_*)を得ます。



Version

1.22

See Also

categories: Action on Object Functions | Get Data Functions
constants: ACTION_* Constants


author: Ryan Hunt, JP team: NamaYake, geshi
Send comments on this topic.