armoha / euddraft

System for pluginizing eudplib codes.
Other
29 stars 4 forks source link

Warns for unused `onPluginStart`, `beforeTriggerExec`, `afterTriggerExec` #107

Open armoha opened 1 year ago

armoha commented 1 year ago

onPluginStart, beforeTriggerExec and afterTriggerExec are specially treated only when they're written in [plugin] file; they are usual functions in imported library. We'd want to notify user for unused onPluginStart, beforeTriggerExec and afterTriggerExec.