Skip to content

GetFilterScriptCount

iFarbod edited this page Jun 28, 2014 · 3 revisions

GetFilterScriptCount();

Counts how many Filterscripts loaded.

Parameters:

  • This function hasn't any parameters.

Example Usage :

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