OnNPCScriptUnload

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search


Description:
This function is called when a NPC script is unloaded.


Parameters:

This callback has no parameters.


Return Values:
This callback does not handle returns.


Example

function OnNPCScriptUnload()
{
	print("NPC script unloaded\n");
}