⚡
⚡
⚡
⚡
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
model
Fields:
Name
Type
Read Only
get_entity()
entity
*
get_name()
string
*
material_override(material)
fn
*
color_modulate(color)
fn
*
draw()
fn
*
Usage:
1
function
on_modelrender
(
model
)
2
if
string
.
find
(
model
:
get_name
(),
"models/player"
)
then
3
-- shit goes here
4
end
5
end
Copied!
Previous
material
Next
vector
Last modified
8mo ago
Copy link
Contents
Fields:
Usage: