PrimeWorldEditor/templates/MP1/Script/ControllerAction.xml

27 lines
909 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ScriptObject ArchiveVer="4" Game="Prime">
<Properties Type="Struct">
<Name>ControllerAction</Name>
<SubProperties>
<Element Type="String" ID="0x0">
<Name>Name</Name>
</Element>
<Element Type="Bool" ID="0x1">
<Name>Active</Name>
</Element>
<Element Type="Choice" ID="0x2" Archetype="PlayerAction">
<Name>Action</Name>
</Element>
<Element Type="Bool" ID="0x3">
<Name>Deactivate When Used</Name>
</Element>
</SubProperties>
</Properties>
<EditorProperties>
<NameProperty>0x00</NameProperty>
<ActiveProperty>0x01</ActiveProperty>
</EditorProperties>
<RotationType>RotationDisabled</RotationType>
<ScaleType>ScaleDisabled</ScaleType>
</ScriptObject>