CS_WeaponIDToAlias Function

Gets a alias from a weaponID

int CS_WeaponIDToAlias(CSWeaponID weaponID, char[] destination, int len)

Parameters

CSWeaponID weaponID

WeaponID to get alias for.

char[] destination

Destination string to hold the weapon alias.

int len

Length of the destination array.

Return Value

Returns number of cells written.