AttribSys Vault: Difference between revisions

Further describe pointer node stuff
mNo edit summary
(Further describe pointer node stuff)
Line 201:
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x4 || uint32_t || mFixupOffset || The offset at which to write the offset || Relative to the beginning of the dependency.<br />The area pointed to is normally null and allocated specifically for this
|-
| 0x4 || 0x2 || uint16_t || mPtrType || Pointer type || See [[#EPtrRefType|type]].
|-
| 0x6 || 0x2 || uint16_t || mIndex || Which dependency to use || 0 is alwaysnormally the vault,<br />1 is alwaysnormally the bin
|-
| 0x8 || 0x8 || [[#Attrib::PtrRef::anon_union_0 | anon_union_0]] || field_3 || Value ||
|}
 
Line 230:
| PtrNull || 1 ||
|-
| PtrSetFixupTarget || 2 || Marks which dependency the pointers following the current pointer refer to via the index
|-
| PtrDepRelative || 3 || Relative to the beginning of the dependency