csgo.game_event
csgo.game_event. See interface_handler:get_events
returns the event name
get_name( )
returns the event aspect as an integer
get_int( aspect )
Parameter
Data type
Description
aspect
string
the name of the event aspect
returns the event aspect as a float
get_float( aspect )
returns the event aspect as a boolean
get_bool( aspect )
returns the event aspect as a string
get_string( aspect )
Last updated 3 years ago