nwnxee / unified

Binaries available under the Releases tab on Github
https://nwnxee.github.io/unified
GNU General Public License v3.0
129 stars 92 forks source link

core: rename Events->ScriptAPI, strip prefix for all ArgumentStack locations #1583

Closed niv closed 1 year ago

niv commented 1 year ago

Events was in the way. This renames all occurrences to ScriptAPI.

A followup change chould update NWNX_Events to pull the memory map and pubsub stuff into Core (leaving only the NWScript API and various hook in the plugin?)

Diff should also apply cleanly on .35, if you want to pull it in there right away.