ANIMATE (macro)
Jump to navigation
Jump to search
This article is an orphan, meaning that few or no articles link to it (since January 2024). You can help by adding links to this article from other relevant articles.
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);
This article or section is a stub. You can help by expanding it.