2
0
mirror of https://github.com/rehlds/reapi.git synced 2024-12-29 08:05:36 +03:00

fix desc typo (#213)

This commit is contained in:
Vaqtincha 2021-09-03 23:46:32 +05:00 committed by GitHub
parent 1aee3c7a12
commit a416485bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -747,7 +747,7 @@ enum GamedllFunc_CBasePlayer
/*
* Description: Called when a player throws the grenade.
* Return type: CGrenade * (Entity index of hegrenade)
* Return type: CGrenade * (Entity index of grenade)
* Params: (const this, const grenade, Float:vecSrc[3], Float:vecThrow[3], Float:time, const usEvent)
*/
RG_CBasePlayer_ThrowGrenade,