note description: "ammotype_t enum from doomdef.h" license: "[ Copyright (C) 1993-1996 by id Software, Inc. Copyright (C) 2005-2014 Simon Howard Copyright (C) 2021 Ilgiz Mustafin This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ]" class AMMOTYPE_T create default_create feature -- ammotype_t Am_clip: INTEGER_32 = 0 -- Pistol / chaingun ammo Am_shell: INTEGER_32 = 1 -- Shotgun / double barreled shotgun Am_cell: INTEGER_32 = 2 -- Plasma rifle, BFG. Am_misl: INTEGER_32 = 3 -- Missile launcher Numammo: INTEGER_32 = 4 Am_noammo: INTEGER_32 = 5 -- Unlimited for chainsaw / fist. end -- class AMMOTYPE_T
Generated by ISE EiffelStudio