GetTrapDetectedBy(object, object)
罠がクリーチャーによって発見されているかどうかを調べます。
int GetTrapDetectedBy( object oTrapObject, object oCreature );
Parameters
oTrapObject
配置可能オブジェクト、ドアやトリガー。
oCreature
調べるクリーチャー。
Description
罠がoCreatureによって発見されている場合、TRUEを返します。
Version
1.22
See Also
functions: | GetIsTrapped | GetLastTrapDetected | GetTrapBaseType | GetTrapCreator | GetTrapDetectable | GetTrapDetectDC | GetTrapDisarmable | GetTrapDisarmDC | GetTrapFlagged | GetTrapKeyTag | GetTrapOneShot | SetTrapDetectedBy |
categories: | Traps Functions |
events: | OnDisarm Event | OnTrapTriggered Event |
author: Jody Fletcher, JP team: katsu794
Send comments on this topic.