GetIsPlaceableObjectActionPossible(object, int)
配置用オブジェクトに対して、与えられたアクションが有効かどうかを調べます。
int GetIsPlaceableObjectActionPossible( object oPlaceable, int nPlaceableAction );
Parameters
oPlaceable
配置用オブジェクト。
nPlaceableAction
Description
スクリプトの所有者が、最初の引数で与えられた配置用オブジェクトに対して、2番目の引数で与えられたアクションを行うことができる場合は、TRUE、そうでない場合はFALSEを返します。
Remarks
この関数は、アクションを行うクリーチャーが"所有"しているスクリプトに配置されている場合のみ機能します。それ以外の場合は、常に FALSEを返します。この関数は、クリーチャーがそのアクションを行うことが可能かどうかを決定する時の根拠を得るために不可欠です。
Version
1.22
See Also
categories: | Action on Object Functions |
constants: | PLACEABLE_ACTION_* Constants |
author: Jason Harris, editor: Kristian Markon, JP team: katsu794
Send comments on this topic.