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_int
  • get_float
  • get_bool
  • get_color
  • set_int
  • set_float
  • set_bool
  • set_color
  1. Fatality
  2. Datatypes

Config Value

fatality.value

PreviousShot InfoNextInterface Handler

Last updated 2 years ago

Functions

get_int

returns the config value as an integer

get_int( )

get_float

returns the config value as a float

get_float( )

get_bool

returns the config value as a boolean

get_bool( )

get_color

returns the config value as a

get_color( )

set_int

sets the config value to an integer value

set_int( value )

Parameter

Data type

Description

value

integer

value to set config value to

set_float

sets the config value to a float value

set_float( value )

Parameter

Data type

Description

value

float

value to set config value to

set_bool

sets the config value to a boolean value

set_bool( value )

Parameter

Data type

Description

value

boolean

value to set config value to

set_color

set_color( value )

Parameter

Data type

Description

value

value to set config value to

sets the config value to a value

csgo.color
csgo.color
csgo.color