EVENT RESETWEAPONS: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
One (talk | contribs)
No edit summary
mNo edit summary
 
Line 1: Line 1:
{{EventTable|1=EVENT_RESETWEAPONS|2=player being reset|3=[[i|player->i]]|4=0 values}}
EVENT_RESETWEAPONS is a [[EDuke32_event_list|Game Event]].
EVENT_RESETWEAPONS is a [[EDuke32_event_list|Game Event]].


This [[event]] is fired for each player after their weapons are reset to defaults.
This [[event]] is fired for each player '''after''' their weapons and ammo count are reset to defaults.
 
This occurs before [[EVENT_RESETPLAYER]].
 
See also: [[EVENT_RESETINVENTORY]].


[[Category:Events]]
[[Category:Events]]

Latest revision as of 12:22, 5 February 2022

Event ID player# THISACTOR RETURN
EVENT_RESETWEAPONS player being reset player->i 0 values

EVENT_RESETWEAPONS is a Game Event.

This event is fired for each player after their weapons and ammo count are reset to defaults.

This occurs before EVENT_RESETPLAYER.

See also: EVENT_RESETINVENTORY.