EvilEngine/DYNA/Checkpoint: Difference between revisions

Content added Content deleted
No edit summary
Line 8: Line 8:
</onlyinclude>
</onlyinclude>
{{AutoDynaInfobox}}
{{AutoDynaInfobox}}

==Format==

<source lang=cpp>
struct zCheckpointAsset : xDynAsset
{
uint32 number;
uint32 triggerID;
uint32 scriptID;
uint32 cameraID;
uint32 pointerMrIID;
uint32 pointerFrozoneID;
};
</source>


{| class="wikitable"
{| class="wikitable"
! Offset !! Type !! Variable !! Description
! Offset !! Type !! Variable !! Description
|-
|-
| 0x00 || uint || '''number''' ||
| 0x00 || uint32 || '''number''' ||
|-
|-
| 0x04 || [[AssetID]] || '''triggerID''' ||
| 0x04 || [[AssetID]] || '''triggerID''' ||