Files
UnrealEngine/Engine/Source/ThirdParty/pugixml/pugixml-1.15/docs/samples/transitions.xml
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

8 lines
209 B
XML

<transition source="idle" target="run">
<event name="key_up|key_shift" />
</transition>
<transition source="run" target="attack">
<event name="key_ctrl" />
<condition expr="weapon != null" />
</transition>