52 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ScriptObject ArchiveVer="4" Game="Prime">
<Properties Type="Struct">
<Name>MazeNode</Name>
<SubProperties>
<Element Type="String" ID="0x0">
<Name>Name</Name>
</Element>
<Element Type="Vector" ID="0x1">
<Name>Position</Name>
</Element>
<Element Type="Vector" ID="0x2">
<Name>Rotation</Name>
</Element>
<Element Type="Bool" ID="0x3">
<Name>Active</Name>
</Element>
<Element Type="Int" ID="0x4">
<Name>Cell Column</Name>
</Element>
<Element Type="Int" ID="0x5">
<Name>Cell Row</Name>
</Element>
<Element Type="Choice" ID="0x6">
<Name>Cell Side</Name>
<Values>
<Element Name="Top" ID="0x0"/>
<Element Name="Right" ID="0x1"/>
<Element Name="Bottom" ID="0x2"/>
<Element Name="Left" ID="0x3"/>
</Values>
</Element>
<Element Type="Vector" ID="0x7">
<Name>Generated Actor Position</Name>
</Element>
<Element Type="Vector" ID="0x8">
<Name>Generated Trigger Position</Name>
</Element>
<Element Type="Vector" ID="0x9">
<Name>Generated Effect Position</Name>
</Element>
</SubProperties>
</Properties>
<EditorProperties>
<NameProperty>0x00</NameProperty>
<PositionProperty>0x01</PositionProperty>
<RotationProperty>0x02</RotationProperty>
<ActiveProperty>0x03</ActiveProperty>
</EditorProperties>
<ScaleType>ScaleDisabled</ScaleType>
</ScriptObject>