Prependstate

From EDukeWiki
Revision as of 09:52, 7 January 2024 by Doom64hunter (talk | contribs) (Created page with "'''prependstate''' allows appending additional code to the beginning of an existing state. It is essentially the analog to onevent for states, and is mainly intended for modifying existing scripts in a seperate module. See also appendstate. Category:EDuke32 specific commands")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

prependstate allows appending additional code to the beginning of an existing state.

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

See also appendstate.