ANIMATE (macro)

From Valve Developer Community
Revision as of 17:53, 13 March 2011 by Thelonesoldier (talk | contribs) (links)
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);