Impact of not unsubscribing hooks?Solved
Hi i was wondering whats the impact of not Unsubscribing from hooks where there not being using. For example i have a list and i check if the player excists in that list every time an entity dies. Would it be best to disable the hook if the list is empty or would it not make a large impact if i just left it subscribed?
Thanks!
The hook would be called, so it's call or don't call. No performance impact if not called, performance impact if call.
Locked automatically