SC_AngelScript icon indicating copy to clipboard operation
SC_AngelScript copied to clipboard

[Request] Built-In hook PluginReloaded()

Open MrOats opened this issue 8 years ago • 2 comments
trafficstars

Would be nice to have a separate procedure for when as_reloadplugin(s) is called for the plugin instead of having to take care of it when it first loads. Such as defining a Scheduler object twice on first load, and having to redefine it on as_reloadplugin(s).

MrOats avatar Apr 08 '17 17:04 MrOats

a workaround for now:

alias asr "clear; as_reloadplugins; restart"

this makes plugins debugable, while staying on the server

Martin-H2 avatar Jul 13 '17 18:07 Martin-H2

Either this should be a PluginUnloaded() Hook or you are doing something wrong.

incognico avatar Dec 19 '17 12:12 incognico