EMPulseClass - Member Variables: Difference between revisions
Appearance
en>Pd No edit summary |
m 2 revisions imported |
||
| (One intermediate revision by one other user not shown) | |||
| 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 21:41, 31 March 2025
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 |