ANIMATE (macro)

From Valve Developer Community
Revision as of 10:32, 17 May 2008 by TomEdwards (talk | contribs)
Jump to navigation Jump to search

This macro is used to start a VGUI animation. vgui_helpers.h is a good place to paste it.

#define VGUIANIMATE(string_animation) \
		g_pClientMode->GetViewportAnimationController()->StartAnimationSequence(string_animation);