Entity
csgo.entity
Last updated
csgo.entity
Last updated
Entity data type. See
returns true if the entity is a player
is_player( )
returns false if player is being networked
is_dormant( )
returns the entity's server index as an integer
get_index( )
returns the entity's class indentifier number
get_class_id( )
gets the netvar as an integer
get_var_int( netvar_name )
Parameter
Data type
Description
netvar_name
string
name of desired netvar
gets the netvar as a short
get_var_short( netvar_name )
Parameter
Data type
Description
netvar_name
string
name of desired netvar
gets the netvar as a handle
get_var_int( netvar_name )
Parameter
Data type
Description
netvar_name
string
name of desired netvar
gets the netvar as a float
get_var_int( netvar_name )
Parameter
Data type
Description
netvar_name
string
name of desired netvar
gets the netavar as a boolean
get_var_int( netvar_name )
Parameter
Data type
Description
netvar_name
string
name of desired netvar
get_var_int( netvar_name )
Parameter
Data type
Description
netvar_name
string
name of desired netvar
get_var_int( netvar_name )
Parameter
Data type
Description
netvar_name
string
name of desired netvar
gets the netvar as a
gets the netvar as a