Ejemplo n.º 1
0
 def disableScoreEvents(self):
     return host.pmgr_enableScoreEvents(0)
Ejemplo n.º 2
0
	def disableScoreEvents(self):
		return host.pmgr_enableScoreEvents(0)

#####END#####
Ejemplo n.º 3
0
 def enableScoreEvents(self):
     return host.pmgr_enableScoreEvents(1)
Ejemplo n.º 4
0
	def enableScoreEvents(self):
		return host.pmgr_enableScoreEvents(1)