byond - Modules - TypesVar Details - Proc Details

generic ammo

Vars

ammo_band_colorIf this and ammo_band_icon aren't null, run update_ammo_band(). Is the color of the band, such as green on AP.
ammo_band_iconIf this and ammo_band_color aren't null, run update_ammo_band() Is the greyscale icon used for the ammo band.
ammo_band_icon_emptyIs the greyscale icon used for the ammo band when it's empty of bullets.

Procs

inherent_reloadProc to reload the current_ammo using the items existing inherent ammo, used for Sentry Post

Var Details

ammo_band_color

If this and ammo_band_icon aren't null, run update_ammo_band(). Is the color of the band, such as green on AP.

ammo_band_icon

If this and ammo_band_color aren't null, run update_ammo_band() Is the greyscale icon used for the ammo band.

ammo_band_icon_empty

Is the greyscale icon used for the ammo band when it's empty of bullets.

Proc Details

inherent_reload

Proc to reload the current_ammo using the items existing inherent ammo, used for Sentry Post