Talk:Interactive Ingame VGUI Panels

From Valve Developer Community
Jump to: navigation, search

This is my first wiki contribution. I've seen several posts on forums requesting help with getting these panels to work so I thought I;d share my method. --Heoga 23:20, 19 November 2009 (UTC)

Still Viable for Source SDK 2013?

Is the code presented in this still viable for use in the Source SDK 2013?

The article instructs to add

virtual bool	CreateMove( float flInputSampleTime, CUserCmd *cmd, bool bVguiUpdate ) = 0;

above

virtual bool	CreateMove( float flInputSampleTime, CUserCmd *cmd ) = 0;

in "client/iclientmode.h, client/hl2/c_basehlplayer.h and client/clientmode_shared.h"

but the code referenced is only found within client/iclientmode.h and not client/hl2/c_basehlplayer.h nor client/clientmode_shared.h.

Lonke (talk) 14:09, 30 May 2021 (PDT)