Neverlose
  • List of all methods
  • Methods
    • CGlobalVarsBase
    • CUserCmd
    • C_BaseEntity
    • C_BasePlayer
    • Cheat
    • CheatVar
    • CheatVars
    • Color
    • ConVar
    • Config
    • Globals
    • ICvar
    • IEngineClient
    • IEntityList
    • IGameEvent
    • IMaterial
    • IMaterialSystem
    • INetChannelInfo
    • IRender
    • Panorama
    • QAngle
    • Utils
    • Vector
    • Vector2
    • trace_t
Powered by GitBook
On this page
  • Vector2 GetScreenSize();
  • void ClientCmd(string);
  • player_info_t GetPlayerInfo();
  • int GetLocalPlayer();
  • QAngle GetViewAngles();
  • string GetMaxClients();
  • void ClientCmdUnrestricted(string);
  • bool IsConnected();
  • string GetLevelName();
  • string GetLevelNameShort();
  • string GetMapGroupName();
  • void ExecuteClientCmd(string);
  • int GetAppId();
  • int GetEngineBuildNumber();
  • string GetGameDirectory();
  • float GetLastTimestamp();
  • Vector2 GetMouseDelta(bool bIgnoreNextMouseDelta);
  • INetChannelInfo* GetNetChannelInfo();
  • int GetPlayerForUserId(int userid);
  • string GetProductVersionString();
  1. Methods

IEngineClient

Vector2 GetScreenSize();

Returns size of the game window.

void ClientCmd(string);

Inserts szCmdString into the command buffer as if it was typed by the client to his/her console.

player_info_t GetPlayerInfo();

Fill in the player info structure for the specified player index (name, model, etc.)

int GetLocalPlayer();

Get the entity index of the local player

QAngle GetViewAngles();

string GetMaxClients();

Retrieve the current game's maxclients setting.

void ClientCmdUnrestricted(string);

Client cmd unrestricted.

bool IsConnected();

string GetLevelName();

Get the level name of the current map.

string GetLevelNameShort();

Get the level short name of the current map.

string GetMapGroupName();

Get the map group name.

void ExecuteClientCmd(string);

Inserts szCmdString into the command buffer as if it was typed by the client to his/her console.

int GetAppId();

Returns app id.

int GetEngineBuildNumber();

Returns engine build number.

string GetGameDirectory();

Get the current game directory.

float GetLastTimestamp();

Get the exact server timesstamp ( server time ) from the last message received from the server.

Vector2 GetMouseDelta(bool bIgnoreNextMouseDelta);

Return mouse delta.

INetChannelInfo* GetNetChannelInfo();

Returns INetChannelInfo pointer.

int GetPlayerForUserId(int userid);

Retrieve the player entity number for a specified userID.

string GetProductVersionString();

Returns csgo version in string.

PreviousICvarNextIEntityList

Last updated 5 years ago