weapon
Last updated
Last updated
<weapon>:is_empty():
boolean
Returns true
, if weapon is empty.
<weapon>:can_fire():
boolean
Returns true
, if weapon can fire.
<weapon>:is_non_aim():
boolean
Returns true
, if weapon is non aim.
<weapon>:can_double_tap():
boolean
Returns true
, if weapon can double tap.
<weapon>:get_name():
string
Returns the weapon name.
<weapon>:get_icon():
string
Returns the icon of the weapon.
<weapon>:get_spread():
number
Returns the spread of the weapon.
<weapon>:get_inaccuracy():
number
Returns the inaccuracy of the weapon.