You've already forked retro-script-object-templates
mirror of
https://github.com/PrimeDecomp/retro-script-object-templates.git
synced 2026-03-31 14:23:32 -07:00
35 lines
1.1 KiB
XML
35 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ScriptObject ArchiveVer="4" Game="Prime">
|
|
<Properties Type="Struct">
|
|
<Name>AIKeyframe</Name>
|
|
<SubProperties>
|
|
<Element Type="String" ID="0x0">
|
|
<Name>Name</Name>
|
|
</Element>
|
|
<Element Type="Int" ID="0x1">
|
|
<Name>AnimationID</Name>
|
|
</Element>
|
|
<Element Type="Bool" ID="0x2">
|
|
<Name>Looping</Name>
|
|
</Element>
|
|
<Element Type="Float" ID="0x3">
|
|
<Name>Lifetime</Name>
|
|
</Element>
|
|
<Element Type="Bool" ID="0x4">
|
|
<Name>Active</Name>
|
|
</Element>
|
|
<Element Type="Int" ID="0x5">
|
|
<Name>FadeOut</Name>
|
|
</Element>
|
|
<Element Type="Float" ID="0x6">
|
|
<Name>PlaybackRate</Name>
|
|
</Element>
|
|
</SubProperties>
|
|
</Properties>
|
|
<EditorProperties>
|
|
<NameProperty>0x00</NameProperty>
|
|
</EditorProperties>
|
|
<RotationType>RotationDisabled</RotationType>
|
|
<ScaleType>ScaleDisabled</ScaleType>
|
|
</ScriptObject>
|