Difference between revisions of "GetWeaponByName"
From Project X Wiki
(No difference)
|
Latest revision as of 04:27, 7 March 2010
Returns a pointer to weapon whose name in weapons table matches weapname.
CWeapon *GetWeaponByName(string weapname);
weapname - name of weapon.
|