Prototype: GemRB.AddGameTypeHint(type, weight, flags=0)

Description: Asserts that GameType should be TYPE, with confidence WEIGHT.
		This is used by Autodetect.py scripts when GameType was
		set to 'auto' in config file.

Parameters: type	- GameType (e.g. bg1, bg2, iwd, how, iwd2, pst and possibly others)
            weight	- numeric, confidence that TYPE is correct. Standard games should use
			  values <= 100, (eventual) new games based on the standard ones
			  should use values above 100.
            flags	- numeric, not used now


Return value: N/A

MD5: 1c130785e329448b743a7f160b07a312

