Skip to content

Manual:DIL Manual weapon name()

iamnove edited this page Jan 18, 2023 · 57 revisions


Function:  string weapon_name( i : integer ) ;
  i
         Weapon to get the name of ass defined in 'values.h' and 'weapons.def'
  returns
         The name of the weapon that corresponds with the integer value
example:

---~---~---~---~---~---~---~---~---
myweap:=weapon_name(5);
---~---~---~---~---~---~---~---~---

Clone this wiki locally