Last updated 3 months ago
This type represents a grenade projectile.
This type inherits type. All of its base methods and fields are also available in this type.
Method
Returns the absolute origin (the one that is used for rendering).
Arguments
None.
Returns
Type
Description
Origin.
Example
local org = wep:get_abs_origin();
Returns the grenade type.
int
Grenade type.
local type = gren:get_grenade_type();
base_entity
vector