C_BaseCSGrenadeProjectile

This type represents a grenade projectile.

circle-info

This type inherits C_BaseEntity type. All of its base methods and fields are also available in this type.

GetAbsOrigin

Method

Returns the absolute origin (the one that is used for rendering).

Arguments

None.

Returns

Type

Description

Origin.

Example

local org = wep:GetAbsOrigin();

GetGrenadeType

Method

Returns the grenade type.

Arguments

None.

Returns

Type

Description

int

Grenade type.

Example

Last updated