NWNX:EE  8193.36.12
NWNX_Damage_DamageEventData Struct Reference

Damage Event Data. More...

Public Attributes

object oDamager
 The object that inflicted the damage. More...
 
int iBludgeoning
 Bludgeoning damage. More...
 
int iPierce
 Piercing damage. More...
 
int iSlash
 Slashing damage. More...
 
int iMagical
 Magical damage. More...
 
int iAcid
 Acid damage. More...
 
int iCold
 Cold damage. More...
 
int iDivine
 Divine damage. More...
 
int iElectrical
 Electrical damage. More...
 
int iFire
 Fire damage. More...
 
int iNegative
 Negative damage. More...
 
int iPositive
 Positive damage. More...
 
int iSonic
 Sonic damage. More...
 
int iBase
 Base damage. More...
 
int iCustom1
 Custom1 damage. More...
 
int iCustom2
 Custom2 damage. More...
 
int iCustom3
 Custom3 damage. More...
 
int iCustom4
 Custom4 damage. More...
 
int iCustom5
 Custom5 damage. More...
 
int iCustom6
 Custom6 damage. More...
 
int iCustom7
 Custom7 damage. More...
 
int iCustom8
 Custom8 damage. More...
 
int iCustom9
 Custom9 damage. More...
 
int iCustom10
 Custom10 damage. More...
 
int iCustom11
 Custom11 damage. More...
 
int iCustom12
 Custom12 damage. More...
 
int iCustom13
 Custom13 damage. More...
 
int iCustom14
 Custom14 damage. More...
 
int iCustom15
 Custom15 damage. More...
 
int iCustom16
 Custom16 damage. More...
 
int iCustom17
 Custom17 damage. More...
 
int iCustom18
 Custom18 damage. More...
 
int iCustom19
 Custom19 damage. More...
 
int iSpellId
 The spell id associated with the damage or -1 if not known. More...
 

Detailed Description

Damage Event Data.

Definition at line 11 of file nwnx_damage.nss.

Member Data Documentation

◆ oDamager

object NWNX_Damage_DamageEventData::oDamager

The object that inflicted the damage.

Definition at line 13 of file nwnx_damage.nss.

◆ iBludgeoning

int NWNX_Damage_DamageEventData::iBludgeoning

Bludgeoning damage.

Definition at line 14 of file nwnx_damage.nss.

◆ iPierce

int NWNX_Damage_DamageEventData::iPierce

Piercing damage.

Definition at line 15 of file nwnx_damage.nss.

◆ iSlash

int NWNX_Damage_DamageEventData::iSlash

Slashing damage.

Definition at line 16 of file nwnx_damage.nss.

◆ iMagical

int NWNX_Damage_DamageEventData::iMagical

Magical damage.

Definition at line 17 of file nwnx_damage.nss.

◆ iAcid

int NWNX_Damage_DamageEventData::iAcid

Acid damage.

Definition at line 18 of file nwnx_damage.nss.

◆ iCold

int NWNX_Damage_DamageEventData::iCold

Cold damage.

Definition at line 19 of file nwnx_damage.nss.

◆ iDivine

int NWNX_Damage_DamageEventData::iDivine

Divine damage.

Definition at line 20 of file nwnx_damage.nss.

◆ iElectrical

int NWNX_Damage_DamageEventData::iElectrical

Electrical damage.

Definition at line 21 of file nwnx_damage.nss.

◆ iFire

int NWNX_Damage_DamageEventData::iFire

Fire damage.

Definition at line 22 of file nwnx_damage.nss.

◆ iNegative

int NWNX_Damage_DamageEventData::iNegative

Negative damage.

Definition at line 23 of file nwnx_damage.nss.

◆ iPositive

int NWNX_Damage_DamageEventData::iPositive

Positive damage.

Definition at line 24 of file nwnx_damage.nss.

◆ iSonic

int NWNX_Damage_DamageEventData::iSonic

Sonic damage.

Definition at line 25 of file nwnx_damage.nss.

◆ iBase

int NWNX_Damage_DamageEventData::iBase

Base damage.

Definition at line 26 of file nwnx_damage.nss.

◆ iCustom1

int NWNX_Damage_DamageEventData::iCustom1

Custom1 damage.

Definition at line 27 of file nwnx_damage.nss.

◆ iCustom2

int NWNX_Damage_DamageEventData::iCustom2

Custom2 damage.

Definition at line 28 of file nwnx_damage.nss.

◆ iCustom3

int NWNX_Damage_DamageEventData::iCustom3

Custom3 damage.

Definition at line 29 of file nwnx_damage.nss.

◆ iCustom4

int NWNX_Damage_DamageEventData::iCustom4

Custom4 damage.

Definition at line 30 of file nwnx_damage.nss.

◆ iCustom5

int NWNX_Damage_DamageEventData::iCustom5

Custom5 damage.

Definition at line 31 of file nwnx_damage.nss.

◆ iCustom6

int NWNX_Damage_DamageEventData::iCustom6

Custom6 damage.

Definition at line 32 of file nwnx_damage.nss.

◆ iCustom7

int NWNX_Damage_DamageEventData::iCustom7

Custom7 damage.

Definition at line 33 of file nwnx_damage.nss.

◆ iCustom8

int NWNX_Damage_DamageEventData::iCustom8

Custom8 damage.

Definition at line 34 of file nwnx_damage.nss.

◆ iCustom9

int NWNX_Damage_DamageEventData::iCustom9

Custom9 damage.

Definition at line 35 of file nwnx_damage.nss.

◆ iCustom10

int NWNX_Damage_DamageEventData::iCustom10

Custom10 damage.

Definition at line 36 of file nwnx_damage.nss.

◆ iCustom11

int NWNX_Damage_DamageEventData::iCustom11

Custom11 damage.

Definition at line 37 of file nwnx_damage.nss.

◆ iCustom12

int NWNX_Damage_DamageEventData::iCustom12

Custom12 damage.

Definition at line 38 of file nwnx_damage.nss.

◆ iCustom13

int NWNX_Damage_DamageEventData::iCustom13

Custom13 damage.

Definition at line 39 of file nwnx_damage.nss.

◆ iCustom14

int NWNX_Damage_DamageEventData::iCustom14

Custom14 damage.

Definition at line 40 of file nwnx_damage.nss.

◆ iCustom15

int NWNX_Damage_DamageEventData::iCustom15

Custom15 damage.

Definition at line 41 of file nwnx_damage.nss.

◆ iCustom16

int NWNX_Damage_DamageEventData::iCustom16

Custom16 damage.

Definition at line 42 of file nwnx_damage.nss.

◆ iCustom17

int NWNX_Damage_DamageEventData::iCustom17

Custom17 damage.

Definition at line 43 of file nwnx_damage.nss.

◆ iCustom18

int NWNX_Damage_DamageEventData::iCustom18

Custom18 damage.

Definition at line 44 of file nwnx_damage.nss.

◆ iCustom19

int NWNX_Damage_DamageEventData::iCustom19

Custom19 damage.

Definition at line 45 of file nwnx_damage.nss.

◆ iSpellId

int NWNX_Damage_DamageEventData::iSpellId

The spell id associated with the damage or -1 if not known.

Definition at line 46 of file nwnx_damage.nss.


The documentation for this struct was generated from the following file: