Appendstate: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Created page with "'''appendstate''' allows appending additional code to the end of an existing state. It is essentially the analog to appendevent for states, and is mainly intended for modifying existing scripts in a seperate module. See also prependstate. Category:EDuke32 specific commands"
 
(No difference)

Latest revision as of 10:51, 7 January 2024

appendstate allows appending additional code to the end of an existing state.

It is essentially the analog to appendevent for states, and is mainly intended for modifying existing scripts in a seperate module.

See also prependstate.