Метод | Описание | |
---|---|---|
GenericDamage ( |
||
Spell ( |
Метод | Описание | |
---|---|---|
GetNearestTrapEmitter ( |
||
detectSuffix ( ) : string | ||
triggerAreaToAreaOfEffect ( TriggerArea triggerArea ) : int |
This method turns a TriggerArea value into a constant that can be used for the trap trigger.
|
|
triggerAreaToDetectArea ( TriggerArea triggerArea ) : int |
This method turns a TriggerArea value into a constant that can be used for a trap's detection area.
|
|
triggerAreaToTrapVFX ( TriggerArea triggerArea ) : string |
This method gets the name of a trap-placement VFX that is appropriate for the trap to be spawned.
|
|
uniqueTrapTag ( ) : string |
public static GenericDamage ( |
||
script | ||
location | NWScript.NWScriptEngineStructure2 | |
triggerArea | TriggerArea | |
effectArea | int | |
effectSize | float | |
damageType | int | |
diceNumber | int | |
diceType | int | |
saveDC | int | |
attackBonus | int | |
numberOfShots | int | |
trapOrigin | uint | |
targetAlignment | int | |
targetRace | int | |
minimumToTrigger | int | |
detectDC | int | |
disarmDC | int | |
description | string | |
Результат | void |
public static Spell ( |
||
script | ||
location | NWScript.NWScriptEngineStructure2 | |
triggerArea | TriggerArea | |
spellId | int | |
numberOfShots | int | |
trapOrigin | uint | |
targetAlignment | int | |
targetRace | int | |
minimumToTrigger | int | |
detectDC | int | |
disarmDC | int | |
description | string | |
Результат | void |