KLinkedListNode
Size : 0xC bytes
| Offset | Type | Description |
|---|---|---|
| 0x0 | KLinkedListNode* | Next |
| 0x4 | KLinkedListNode* | Previous |
| 0x8 | void* | Pointer to the node's data ('key' field). |
Size : 0xC bytes
| Offset | Type | Description |
|---|---|---|
| 0x0 | KLinkedListNode* | Next |
| 0x4 | KLinkedListNode* | Previous |
| 0x8 | void* | Pointer to the node's data ('key' field). |