CConCommandSystem - baso88/SC_AngelScript GitHub Wiki

This class represents the console command system as a whole.

A single global instance exists with the following declaration:

CConCommandSystem g_ConCommandSystem;

Member functions

Function Description
CBasePlayer@ GetCurrentPlayer() const If the current command was executed by a player, this returns that player.