AttribSys Vault: Difference between revisions

Add PtrRef types from VaultLib.
m (Correct layout description)
(Add PtrRef types from VaultLib.)
Line 203:
| 0x0 || 0x4 || uint32_t || mFixupOffset || ||
|-
| 0x4 || 0x2 || uint16_t || mPtrType || || See [[#EPtrRefType]].
|-
| 0x6 || 0x2 || uint16_t || mIndex || ||
Line 220:
|-
| 0x8 || [[Attribute hash | HashInt]] || mOffset || ||
|}
 
=== EPtrRefType ===
Information from [https://github.com/NFSTools/VaultLib/blob/master/VaultLib.Core/DataInterfaces/IPtrRef.cs VaultLib].
 
{| class="wikitable"
! Name !! Value !! Comments
|-
| PtrEnd || 0 ||
|-
| PtrNull || 1 ||
|-
| PtrSetFixupTarget || 2 ||
|-
| PtrDepRelative || 3 ||
|-
| PtrExport || 4 ||
|}