Binary module that adds engine functions from IEngineClientV015 to the iengine library
Runs a concommand on yourself, internally calls ExecuteClientCmd
Returns your screen resolution, internally using GetScreenSize
Returns the absolute location of your garrysmod dir, internally using GetGameDirectory
Returns the current level/map name, internally using GetLevelName
Returns true if you are recording a demo, else false, internally using IsRecordingDemo
Returns true if the game is paused, else false, internally using IsPaused