PrimeWorldEditor/templates/mp1/Script/StreamedAudio.xml

27 lines
1.0 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>StreamedAudio</name>
2016-01-02 17:24:40 +00:00
<properties>
<property ID="0x00" name="Name" type="string"/>
<property ID="0x01" name="Active" type="bool"/>
<property ID="0x02" name="Audio file" type="string"/>
<property ID="0x03" name="Unknown 2" type="bool"/>
<property ID="0x04" name="Unknown 3" type="float"/>
<property ID="0x05" name="Unknown 4" type="float"/>
<property ID="0x06" name="Unknown 5" type="long"/>
<property ID="0x07" name="Unknown 6" type="long"/>
<property ID="0x08" name="Unknown 7" type="bool"/>
</properties>
<editor>
<properties>
<property name="InstanceName" ID="0x00"/>
<property name="Active" ID="0x01"/>
</properties>
<assets>
<billboard source="file">script/common/StreamedAudio.txtr</billboard>
</assets>
<rotation_type>disabled</rotation_type>
<scale_type>disabled</scale_type>
</editor>
</ScriptTemplate>