PrimeWorldEditor/templates/mp1/Script/PointOfInterest.xml

31 lines
1.1 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2016-01-02 17:24:40 +00:00
<ScriptTemplate version="4">
<name>PointOfInterest</name>
2016-01-02 17:24:40 +00:00
<properties>
<property ID="0x00" name="Name" type="string"/>
<property ID="0x01" name="Position" type="vector3f"/>
<property ID="0x02" name="Rotation" type="vector3f"/>
<property ID="0x03" name="Unknown 1" type="bool"/>
<struct ID="0x04" name="ScannableParameters" type="multi">
2016-01-02 17:24:40 +00:00
<properties>
<property ID="0x00" name="SCAN" type="file" extensions="SCAN"/>
</properties>
</struct>
<property ID="0x05" name="Unknown 2" type="float"/>
</properties>
<states/>
<messages/>
<editor>
<properties>
<property name="InstanceName" ID="0x00"/>
<property name="Position" ID="0x01"/>
<property name="Rotation" ID="0x02"/>
</properties>
<assets>
<billboard source="file">script/common/PointOfInterest.txtr</billboard>
2016-01-02 17:24:40 +00:00
</assets>
<rotation_type>enabled</rotation_type>
<scale_type>enabled</scale_type>
</editor>
</ScriptTemplate>