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