Open saviola777 opened 5 years ago
Some native API functions do not have associated events and cannot easily be tracked at the moment. The HHM should provide these events:
startRecording()
onStartRecording
stopRecording()
onStopRecording
setTeamColors()
onTeamColorsChanged
setTeamsLock()
onTeamsLockChanged
setTimeLimit()
onTimeLimitChanged
setScoreLimit()
onScoreLimitChanged
clearBan()
onClearBan
clearBans()
onClearBans
setPassword()
onPasswordChanged
sendChat()
onSendChat
Some native API functions do not have associated events and cannot easily be tracked at the moment. The HHM should provide these events:
startRecording()
(onStartRecording
)stopRecording()
(onStopRecording
)setTeamColors()
(onTeamColorsChanged
)setTeamsLock()
(onTeamsLockChanged
)setTimeLimit()
(onTimeLimitChanged
)setScoreLimit()
(onScoreLimitChanged
)clearBan()
(onClearBan
)clearBans()
(onClearBans
)setPassword()
(onPasswordChanged
)sendChat()
(onSendChat
)