Activity

From Valve Developer Community
Revision as of 06:41, 24 April 2010 by TomEdwards (talk | contribs)
Jump to navigation Jump to search

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, but either the animation hover_glide or hover_glide_02 in another.

If there are multiple animations mapped to the same activity, they will be chosen between at random depending on their assigned weight.

See also