addUnloadFunction

fun A_Module.addUnloadFunction(unloadFunction: A_Function)

Add the specified function to the tuple of functions that should be applied when the module is unloaded.

Parameters

unloadFunction

A function.

Throws