ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
EMPulseClass - Member Variables: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
categorizing |
||
Line 7: | Line 7: | ||
!width="60%"|Description</noinclude> | !width="60%"|Description</noinclude> | ||
|- | |- | ||
|colspan="4"|'''EMPulseClass:''' | |colspan="4"|'''[[EMPulseClass]]:''' | ||
|- | |- | ||
|0x24||short||OriginCell_X||X coordinate of the origin cell of the EMP effect | |0x24||short||OriginCell_X||X coordinate of the origin cell of the EMP effect | ||
Line 19: | Line 19: | ||
|0x30||int||Duration||Duration the EMP effect lasts | |0x30||int||Duration||Duration the EMP effect lasts | ||
<noinclude>|}</noinclude> | <noinclude>|}</noinclude> | ||
[[Category:YR Executable Knowledge Database]] |
Latest revision as of 19:40, 15 June 2007
This is the offset table for the member variables of the EMPulseClass class.
Offset | Type | Name | Description |
---|---|---|---|
EMPulseClass: | |||
0x24 | short | OriginCell_X | X coordinate of the origin cell of the EMP effect |
0x26 | short | OriginCell_Y | Y coordinate of the origin cell of the EMP effect |
0x28 | int | Spread | Cell spreading radius of the EMP effect |
0x2C | int | CreationTime | Time point at which this EMPulse instance has been created |
0x30 | int | Duration | Duration the EMP effect lasts |