⚡
⚡
⚡
⚡
Zapped.cc Lua Docs
Search…
Useful Information
Documentation
Callbacks
Documentation
Namespaces
Types
usercmd
esp
color
control
cvars
entity
gameevent
gametrace
material
model
vector
vector2d
Enums
Examples
Powered By
GitBook
gameevent
Fields:
Name
Type
Read Only
get_name()
string
*
get_bool(string key)
boolean
*
get_int(string key)
number
*
get_string(string key)
string
*
set_bool(string key, bool value)
fn
*
set_int(string key, number value)
fn
*
set_string(string key, string value)
fn
*
Usage:
1
function
on_gameevent
(
event
)
2
utils
.
log
(
event
:
get_name
()
..
"\n"
,
color
.
new
(
255
,
255
,
255
))
3
end
Copied!
Previous
entity
Next
gametrace
Last modified
8mo ago
Copy link
Contents
Fields:
Usage: