ICheatReportingService
Methods ICheatReportingService
Cream::ICheatReportingService.reportcheatdata(key : String, steamid : UInt64, appid : UInt32, pathandfilename : String, webcheaturl : String, time_now : UInt64, time_started : UInt64, time_stopped : UInt64, cheatname : String, game_process_id : UInt32, cheat_process_id : UInt32, cheat_param : UInt64, cheat_param : UInt64)
Parameters
key
Type: string
Optional: false
Description: Access key
steamid
Type: uint64
Optional: false
Description: steamid of the user running and reporting the cheat.
appid
Type: uint32
Optional: false
Description: The appid.
pathandfilename
Type: string
Optional: false
Description: path and file name of the cheat executable.
webcheaturl
Type: string
Optional: false
Description: web url where the cheat was found and downloaded.
time_now
Type: uint64
Optional: false
Description: local system time now.
time_started
Type: uint64
Optional: false
Description: local system time when cheat process started. ( 0 if not yet run )
time_stopped
Type: uint64
Optional: false
Description: local system time when cheat process stopped. ( 0 if still running )
cheatname
Type: string
Optional: false
Description: descriptive name for the cheat.
game_process_id
Type: uint32
Optional: false
Description: process ID of the running game.
cheat_process_id
Type: uint32
Optional: false
Description: process ID of the cheat process that ran
cheat_param
Type: uint64
Optional: false
Description: cheat param 1
cheat_param
Type: uint64
Optional: false
Description: cheat param 2