cs2_grenade_projectile
This type represents a grenade projectile.
This type inherits base_entity
type. All of its base methods and fields are also available in this type.
get_abs_origin
Returns the absolute origin (the one that is used for rendering).
Arguments
None.
Returns
Type
Description
Origin.
Example
get_grenade_type
Returns the grenade type.
Arguments
None.
Returns
Type
Description
int
Grenade type.
Example
Last updated