Sly 1:DIFFICULTY: Difference between revisions

→‎Fields: Updated to use Struct template
(Added size)
(→‎Fields: Updated to use Struct template)
Line 6:
 
==Fields==
{{Struct|
{| class="wikitable"
{{Struct field | 0x0 | 0x4 | LM * }}
!Offset
{{Struct field | 0x4 | 0x4 | int | ccoinRichMin }}
!Size
{{Struct field | 0x8 | 0x4 | int | ccoinRichMax }}
!Type
{{Struct field | 0xc | 0x4 | int | ccoinPoorMin }}
!Name
{{Struct field | 0x10 | 0x4 | int | ccoinPoorMax }}
!Description
{{Struct field | 0x14 | 0x4 | int | uRichLow }}
|-
{{Struct field | 0x18 | 0x4 | int | uRichHigh }}
|0x0
{{Struct field | 0x1c | 0x4 | DifficultyLevel * | | Pointer to the current difficulty level }}
|0x4
{{Struct field | 0x20 | 0x4 | DPS | dps | Enum }}
|LM *
|}}
|
|
|-
|0x4
|0x4
|int
|ccoinRichMin
|
|-
|0x8
|0x4
|int
|ccoinRichMax
|
|-
|0xc
|0x4
|int
|ccoinPoorMin
|
|-
|0x10
|0x4
|int
|ccoinPoorMax
|
|-
|0x14
|0x4
|int
|uRichLow
|
|-
|0x18
|0x4
|int
|uRichHigh
|
|-
|0x1c
|0x4
|DifficultyLevel *
|''Difficulty level''
|Pointer to the current difficulty level
|-
|0x20
|0x4
|DPS
|dps
|Enum
|}
 
{{Stub}}