-
Notifications
You must be signed in to change notification settings - Fork 4
CConCommandSystem
GeckoN edited this page Mar 29, 2017
·
4 revisions
This class represents the console command system as a whole.
A single global instance exists with the following declaration:
CConCommandSystem g_ConCommandSystem;
Function | Description |
---|---|
CBasePlayer@ GetCurrentPlayer() const | If the current command was executed by a player, this returns that player. |