Function scripthookv::remove_script[][src]

pub fn remove_script(module: HINSTANCE)
Expand description

Removes all script created with the given module instance.

/* in DllMain */
remove_script(instance);