We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
给脚本系统增加一个onUnload,以便在卸载时调用插件提供的函数,比如清除定时器什么的 要不然不好搞aaa
同上
No response
The text was updated successfully, but these errors were encountered:
当年设计的时候没考虑到导致的,我到时候加个onLoad(function)的API吧
Sorry, something went wrong.
主要是如果循环遍历的时候插件突然被卸载,那么会导致空指针崩服
No branches or pull requests
Is your feature request related to a problem? Please describe.
给脚本系统增加一个onUnload,以便在卸载时调用插件提供的函数,比如清除定时器什么的
要不然不好搞aaa
Describe the solution you'd like
同上
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: