EOS_Metrics_BeginPlayerSession

EOS API reference page for EOS_Metrics_BeginPlayerSession

阅读时间1分钟

This function is part of the Metrics Interface.

Remarks

Logs the start of a new game session for a local player. The game client should call this function whenever it joins into a new multiplayer, peer-to-peer or single player game session. Each call to BeginPlayerSession must be matched with a corresponding call to EndPlayerSession.

Return Value

Returns EOS_Success on success, or an error code if the input parameters are invalid or an active session for the player already exists.

Parameters

EOS_Metrics_BeginPlayerSession

Parameter Type And NameUsage Information
EOS_HMetrics Handle
const EOS_Metrics_BeginPlayerSessionOptions* OptionsStructure containing the local player's game account and the game session information.