forward
grenade_throw
Syntax
forward grenade_throw(index, greindex, wId);
Description
Called after a grenade was thrown.
Parameters
| index | Client index |
|---|---|
| greindex | Grenade entity index |
| wId | Weapon id |
Note
Weapon id is one of CSW_HEGRENADE, CSW_SMOKEGRENADE or CSW_FLASHBANG.
Return
This forward ignores the returned value.