Game Event

csgo.game_event

csgo.game_event. See interface_handler:get_events

Functions

get_name

returns the event name

get_name( )

get_int

returns the event aspect as an integer

get_int( aspect )

Parameter

Data type

Description

aspect

string

the name of the event aspect

get_float

returns the event aspect as a float

get_float( aspect )

Parameter

Data type

Description

aspect

string

the name of the event aspect

get_bool

returns the event aspect as a boolean

get_bool( aspect )

Parameter

Data type

Description

aspect

string

the name of the event aspect

get_string

returns the event aspect as a string

get_string( aspect )

Parameter

Data type

Description

aspect

string

the name of the event aspect

Last updated