autopatrol, editnews
201
edits
(Added a definition for HoldEvent TypeIndex 0.) |
m (TriggerEvent TypeIndex 0 - Remove outdated information) |
||
Line 702: | Line 702: | ||
Known TypeIndex values: | Known TypeIndex values: | ||
*0 - | *0 - Used to play sound effects during animations. Known to accept any attack or enemy attack sound effect, but probably works with other sound files.<ref>Compare Event0 of TriggerEvents and Event0 of HoldEvents for most of Link's attack animations</ref> | ||
*4 - Triggers the animation controller to transition back into the idle stance. The Frame value should be a few before the end of the actual animation, so that the controller can make the blending look natural.<ref>Compare TriggerEvent TypeIndex 4 Frame value for an animation with the number of frames in the actual animation.</ref> | *4 - Triggers the animation controller to transition back into the idle stance. The Frame value should be a few before the end of the actual animation, so that the controller can make the blending look natural.<ref>Compare TriggerEvent TypeIndex 4 Frame value for an animation with the number of frames in the actual animation.</ref> | ||
*7 - Call AS. Passes the strRef to the ASList to retrieve an AS file and starts evaluating it from Element0. | *7 - Call AS. Passes the strRef to the ASList to retrieve an AS file and starts evaluating it from Element0. |