Traps Function Category
Functions that deal with traps.
Functions
Name | Brief Description |
---|---|
EffectAreaOfEffect | Returns a new effect object. |
GetEnteringObject | Gets the object that last opened or entered the calling object. |
GetExitingObject | Get the object that last left the calling object. |
GetLastDisarmed | Determine who last disarmed a trapped trigger, door or placeable object. |
GetLastTrapDetected | Determines the trap last detected by the PC. |
GetNearestTrapToObject | Determines the closest trap from a creature or object. |
GetProjectileTrapOrigin | Gets the origin for a projectile trap. |
GetTrapBaseType | Determines the type (i.e. frost, spike, etc.) of a trap. |
GetTrapCreator | Returns the name of the creature that set the specific trap. |
GetTrapDetectable | Determines if the specific trap has been set as detectable or not by the toolset. |
GetTrapDetectDC | Determines the DC required to detect the specific trap. |
GetTrapDetectedBy | Determines whether a creature has detected a specific trap. |
GetTrapDisarmable | Determines if the specific trap is capable of being disarmed. |
GetTrapDisarmDC | Determines the DC for the trap to be disarmed. |
GetTrapFlagged | Determine if a specific trap has been set as visible to all creatures. |
GetTrapKeyTag | Determines the identifier of the key required to disarm the specific trap. |
GetTrapOneShot | Determines if the trap was designated as only going off once. |
SetTrapDetectedBy | Makes a trap detected by a creature |
SetTrapDisabled | Disables the trap on the specified object. |
TriggerProjectileTrap | Causes an origin object to fire a specified spell at a target. |
VersusTrapEffect | Modifies an effect so that it only works against traps. |
See Also
Send comments on this topic.