PrimeWorldEditor/templates/MP1/Script/Repulsor.xml

28 lines
915 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2018-10-08 03:47:18 +00:00
<ScriptObject ArchiveVer="4" Game="Prime">
<Properties Type="Struct">
<Name>Repulsor</Name>
<SubProperties>
<Element Type="String" ID="0x0">
<Name>Name</Name>
</Element>
<Element Type="Vector" ID="0x1">
<Name>Position</Name>
</Element>
<Element Type="Bool" ID="0x2">
<Name>Active</Name>
</Element>
<Element Type="Float" ID="0x3">
<Name>Radius</Name>
</Element>
</SubProperties>
</Properties>
<EditorProperties>
<NameProperty>0x00</NameProperty>
<PositionProperty>0x01</PositionProperty>
<ActiveProperty>0x02</ActiveProperty>
</EditorProperties>
<RotationType>RotationDisabled</RotationType>
<ScaleType>ScaleDisabled</ScaleType>
</ScriptObject>