Files
GTASource/game/debug/DebugLocation.psc
expvintl 419f2e4752 init
2025-02-23 17:40:52 +08:00

17 lines
447 B
Plaintext

<?xml version="1.0"?>
<ParserSchema xmlns="http://www.rockstargames.com/RageParserSchema">
<structdef type="debugLocation">
<string name="name" type="atHashString"/>
<Vector3 name="playerPos"/>
<Matrix34 name="cameraMtx"/>
<u32 name="hour" min="0" max="24"/>
</structdef>
<structdef type="debugLocationList">
<array name="locationList" type="atArray">
<pointer type="debugLocation" policy="owner"/>
</array>
</structdef>
</ParserSchema>