Skip to content

GetFilterScriptCount

iFarbod edited this page Jun 28, 2014 · 3 revisions

GetFilterScriptCount();

Counts how much Filterscripts loaded.

Parameters:

  • scriptname : Filterscript name to load.

Example Usage :

public OnGameModeInit()
{
	printf("Total loaded Filterscripts : %d", GetFilterScriptCount());
	return 1;
}

Clone this wiki locally