EvilEngine/DYNA/Checkpoint: Difference between revisions

m
absolute offsets
mNo edit summary
m (absolute offsets)
 
(3 intermediate revisions by 3 users not shown)
Line 8:
</onlyinclude>
{{AutoDynaInfobox}}
 
==Format==
 
<source lang=cpp>
struct zCheckpointAsset : xDynAsset
{
uint32 number;
uint32 triggerID;
uint32 scriptID;
uint32 cameraID;
uint32 pointerMrIID;
uint32 pointerFrozoneID;
};
</source>
 
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x000x10 || intuint32 || unknown'''number''' || flags?
|-
| 0x040x14 || [[TRIGAssetID]] || '''Trigger_AssetIDtriggerID''' ||
|-
| 0x080x18 || [[SCRPAssetID]] || '''Script_AssetIDscriptID''' ||
|-
| 0x0C0x1C || [[CAMAssetID]] || '''Camera_AssetIDcameraID''' ||
|-
| 0x100x20 || [[DYNA/pointerAssetID]] || '''MrIncrediblePointerpointerMrIID''' ||
|-
| 0x140x24 || [[DYNA/pointerAssetID]] || '''FrozonePointerpointerFrozoneID''' ||
|}
 
2,079

edits