39 lines
1.8 KiB
XML
39 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ScriptTemplate version="4">
|
|
<name>SpecialFunction</name>
|
|
<properties>
|
|
<property ID="0x00" name="Name" type="string"/>
|
|
<property ID="0x01" name="Position" type="vector3f"/>
|
|
<property ID="0x02" name="Rotation" type="vector3f"/>
|
|
<enum ID="0x03" name="Type" template="Enums/SpecialFunctionType.xml"/>
|
|
<property ID="0x04" name="Unknown 1" type="string"/>
|
|
<property ID="0x05" name="Unknown 2" type="float"/>
|
|
<property ID="0x06" name="Unknown 3" type="float"/>
|
|
<property ID="0x07" name="Unknown 4" type="float"/>
|
|
<struct ID="0x08" name="LayerSwitch" type="single">
|
|
<properties>
|
|
<property ID="0x00" name="Room ID" type="file" extensions="MREA"/>
|
|
<property ID="0x01" name="Layer no" type="long"/>
|
|
</properties>
|
|
</struct>
|
|
<enum ID="0x09" name="Inventory Slot" template="Enums/InventorySlot.xml"/>
|
|
<property ID="0x0A" name="Unknown 5" type="bool"/>
|
|
<property ID="0x0B" name="Unknown 6" type="float"/>
|
|
<property ID="0x0C" name="Used by SpinnerController 1" type="long"/>
|
|
<property ID="0x0D" name="Used by SpinnerController 2" type="long"/>
|
|
<property ID="0x0E" name="Used by SpinnerController 3" type="long"/>
|
|
</properties>
|
|
<editor>
|
|
<properties>
|
|
<property name="InstanceName" ID="0x00"/>
|
|
<property name="Position" ID="0x01"/>
|
|
<property name="Rotation" ID="0x02"/>
|
|
</properties>
|
|
<assets>
|
|
<billboard source="file">script/common/SpecialFunction.txtr</billboard>
|
|
</assets>
|
|
<rotation_type>enabled</rotation_type>
|
|
<scale_type>enabled</scale_type>
|
|
</editor>
|
|
</ScriptTemplate>
|