Activity: Difference between revisions
Jump to navigation
Jump to search
TomEdwards (talk | contribs) No edit summary |
Mailmanmicky (talk | contribs) mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
'''Activities''' are [[Wikipedia:Indirection|indirected]] names for animations | '''Activities''' are [[Wikipedia:Indirection|indirected]] names for animations or collections of animations. | ||
The single activity <code>ACT_MP_WALK</code> might trigger the animation ''walk_cycle'' in one model, and either the animation ''hover_glide'' or ''hover_glide_02'' in another (chosen between at random based on assigned weight). | |||
== See also == | == See also == | ||
*[[$sequence]] | *[[$sequence]] | ||
*[[Activity_List|Activity List]] | |||
[[Category: | [[Category:Source]] | ||
[[Category:Animation]] | [[Category:Animation]] |
Latest revision as of 01:46, 9 April 2023
Activities are indirected names for animations or collections of animations.
The single activity ACT_MP_WALK
might trigger the animation walk_cycle in one model, and either the animation hover_glide or hover_glide_02 in another (chosen between at random based on assigned weight).