chandle
This type represents an entity handle.
You can also compare this type using a ==
operator.
get
Returns the entity, or nil
if nothing found.
Arguments
None.
Returns
Type
Description
<type>
Entity instance.
Example
valid
Returns true
if the handle is valid.
Arguments
None.
Returns
Type
Description
bool
true
if valid.
Example
is_clientside
Returns true
if the handle links to a client-side entity.
Arguments
None.
Returns
Type
Description
bool
true
if client-sided.
Example
Last updated