IPlayerService
Methods IPlayerService
Cream::IPlayerService.recordofflineplaytime(steamid : UInt64, ticket : String, apikey : String)
Parameters
steamid
Type: uint64
Optional: false
Description:
ticket
Type: string
Optional: false
Description:
play_sessions
Type: {message}
Optional: false
Description:
Cream::IPlayerService.getrecentlyplayedgames(key : String, steamid : UInt64, count : UInt32)
Parameters
key
Type: string
Optional: false
Description: Access key
steamid
Type: uint64
Optional: false
Description: The player we're asking about
count
Type: uint32
Optional: false
Description: The number of games to return (0/unset: all)
Cream::IPlayerService.getownedgames(key : String, steamid : UInt64, appids_filter : UInt32)
Parameters
key
Type: string
Optional: false
Description: Access key
steamid
Type: uint64
Optional: false
Description: The player we're asking about
include_appinfo
Type: bool
Optional: false
Description: true if we want additional details (name, icon) about each game
include_played_free_games
Type: bool
Optional: false
Description: Free games are excluded by default. If this is set, free games the user has played will be returned.
appids_filter
Type: uint32
Optional: false
Description: if set, restricts result set to the passed in apps
Cream::IPlayerService.getsteamlevel(key : String, steamid : UInt64)
Parameters
key
Type: string
Optional: false
Description: Access key
steamid
Type: uint64
Optional: false
Description: The player we're asking about
Cream::IPlayerService.getbadges(key : String, steamid : UInt64)
Parameters
key
Type: string
Optional: false
Description: Access key
steamid
Type: uint64
Optional: false
Description: The player we're asking about
Cream::IPlayerService.getcommunitybadgeprogress(key : String, steamid : UInt64, badgeid : Int32)
Parameters
key
Type: string
Optional: false
Description: Access key
steamid
Type: uint64
Optional: false
Description: The player we're asking about
badgeid
Type: int32
Optional: false
Description: The badge we're asking about
Cream::IPlayerService.isplayingsharedgame(key : String, steamid : UInt64, appid_playing : UInt32)
Parameters
key
Type: string
Optional: false
Description: Access key
steamid
Type: uint64
Optional: false
Description: The player we're asking about
appid_playing
Type: uint32
Optional: false
Description: The game player is currently playing