CS_OnCSWeaponDrop Forward

Called when CSWeaponDrop is called Return Plugin_Continue to allow the call or return a higher action to block.

Action CS_OnCSWeaponDrop(int client, int weaponIndex, bool donated)

Parameters

int client

Client index

int weaponIndex

Weapon index

bool donated

Was weapon donated (Bought from a buy menu while ctrl was pressed) (Note: This param is for CS:GO only, will be false on other games)

Return Value

No description.