Add example event listener on player_footstep.

Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
aixxe
2016-12-23 12:19:12 +00:00
parent c1738ce42b
commit afc72efcd8
3 changed files with 31 additions and 0 deletions

View File

@@ -5,9 +5,11 @@ Internal project base for Counter-Strike: Source on Linux. Includes full OpenGL
### Features
* Retrieves interfaces directly from the *s_pInterfaceRegs* linked list.
* ImGui drawing and input handling via *ILauncherMgr* virtual hooks.
* Engine drawing with *ISurface* functions via *IEngineVGui::Paint* hook.
* *IBaseClientDLL::CreateMove* hook with *CUserCmd* checksum validation.
* *CInput* and *CGlobalVars* pointers retrieved from IBaseClientDLL virtuals.
* Can easily be unloaded, modified and reloaded without restarting the game.
* Includes an example game event listener in a self-contained class.
### Requirements