native

xmod_get_wpnlogname

Syntax

native xmod_get_wpnlogname(wpnindex, name[], len);

Description

Retrieves the weapon log name of a weapon id.

Parameters

wpnindex Weapon id
name Buffer to copy weapon log name to
len Maximmum buffer size

Note

For a list of default CS weapon ids see the CSW_* constants in
amxconst.inc, this function also works on custom weapons.

Note

For the default CS weapons this obviously returns true only for
CSW_KNIFE.

Return

Number of cells written to buffer

Error

If an invalid weapon id is provided an error will be thrown.