2015-12-15 01:33:16 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2016-01-02 17:24:40 +00:00
|
|
|
<ScriptTemplate version="4">
|
2015-12-15 01:33:16 +00:00
|
|
|
<name>PointOfInterest</name>
|
2016-01-02 17:24:40 +00:00
|
|
|
<properties>
|
2015-12-15 01:33:16 +00:00
|
|
|
<property ID="0x00" name="Name" type="string"/>
|
|
|
|
<property ID="0x01" name="Position" type="vector3f"/>
|
|
|
|
<property ID="0x02" name="Rotation" type="vector3f"/>
|
2016-03-20 12:48:30 +00:00
|
|
|
<property ID="0x03" name="Active" type="bool"/>
|
2016-02-15 04:36:24 +00:00
|
|
|
<struct ID="0x04" name="ScannableParameters" template="Structs/ScannableParameters.xml"/>
|
2016-03-20 12:48:30 +00:00
|
|
|
<property ID="0x05" name="Unknown" type="float">
|
|
|
|
<description>Affects the size of the scan point.</description>
|
|
|
|
</property>
|
2015-12-15 01:33:16 +00:00
|
|
|
</properties>
|
2016-02-14 08:03:17 +00:00
|
|
|
<states/>
|
|
|
|
<messages/>
|
2015-12-15 01:33:16 +00:00
|
|
|
<editor>
|
|
|
|
<properties>
|
|
|
|
<property name="InstanceName" ID="0x00"/>
|
|
|
|
<property name="Position" ID="0x01"/>
|
|
|
|
<property name="Rotation" ID="0x02"/>
|
2016-03-20 12:48:30 +00:00
|
|
|
<property name="Active" ID="0x03"/>
|
2015-12-15 01:33:16 +00:00
|
|
|
</properties>
|
|
|
|
<assets>
|
2017-07-05 01:32:12 +00:00
|
|
|
<billboard source="file">script/common/PointOfInterest.TXTR</billboard>
|
2016-01-02 17:24:40 +00:00
|
|
|
</assets>
|
2015-12-15 01:33:16 +00:00
|
|
|
<rotation_type>enabled</rotation_type>
|
|
|
|
<scale_type>enabled</scale_type>
|
|
|
|
</editor>
|
|
|
|
</ScriptTemplate>
|