Engine Client
csgo.interface_handler:get_engine_client( )
Functions
client_cmd_unrestricted
executes console command without restrictions
engine_client:client_cmd_unrestricted( command )
Parameter
Data type
Description
command
string
command to be executed
client_cmd
execute console command
engine_client:client_cmd( command )
Parameter
Data type
Description
command
string
command to be executed
is_in_game
returns true if you are in game
engine_client:is_in_game( )
is_connected
returns true if you are connected to a server
engine_client:is_connected( )
get_ping
returns your total ping as an integer
engine_client:get_ping( )
get_map_name
returns the name of the map you are on.
engine_client:get_map_name( )
in_thirdperson
returns true if you are in third person
engine_client:in_thirdperson( )
Last updated