remove_current_script_callbacks() removes all callbackks from this script
remove_callbacks_for_function(XXX) only removes XXX
remove_current_script_callbacks() was fine before since there's only one call back
but I added another callback that shouldn't be removed using remove_current_script_callbacks() will cause thinks to break
remove_current_script_callbacks()
removes all callbackks from this scriptremove_callbacks_for_function(XXX)
only removesXXX
remove_current_script_callbacks()
was fine before since there's only one call back but I added another callback that shouldn't be removed usingremove_current_script_callbacks()
will cause thinks to break