Legacy Lua Api
  • Overview
  • Getting Started
    • Creating Scripts
    • Coding Scripts
    • Examples
  • Fatality
    • Render
    • Config
    • Menu
    • Callbacks
    • Math
    • Input
    • Datatypes
      • Shot
      • Lag Record
      • Shot Info
      • Config Value
  • Csgo
    • Interface Handler
      • Global Vars
      • Entity List
      • Engine Client
      • Cvar
      • Events
      • Debug Overlay
    • Datatypes
      • Color
      • Vector3
      • Vector2
      • Angle
      • Entity
      • Player
      • Cvar
      • Game Event
      • Font
      • Matrix3x4
Powered by GitBook

© 2025 - FATALITY

On this page
  • Functions
  • get_name
  • get_int
  • get_float
  • get_bool
  • get_string
  1. Csgo
  2. Datatypes

Game Event

csgo.game_event

PreviousCvarNextFont

Last updated 2 years ago

csgo.game_event. See

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

interface_handler:get_events