Steam
Public Member Functions | Properties | List of all members
LapinerTools.Steam.Data.LeaderboardsScoreEntry.SteamNativeData Class Reference

The LeaderboardsScoreEntry.SteamNativeData class contains Steam native data such as SteamIDUser, UGCHandle or the SteamLeaderboard handle. You can use this data to make own calls to the Steamworks.NET API. More...

Public Member Functions

 SteamNativeData ()
 
 SteamNativeData (SteamLeaderboard_t p_hSteamLeaderboard, UGCHandle_t p_hUGC, CSteamID p_steamIDUser)
 

Properties

SteamLeaderboard_t m_hSteamLeaderboard [get, set]
 
UGCHandle_t m_hUGC [get, set]
 
CSteamID m_steamIDUser [get, set]
 Entrie's user - use SteamFriends()->GetFriendPersonaName() & SteamFriends()->GetFriendAvatar() to get more info More...
 

Detailed Description

The LeaderboardsScoreEntry.SteamNativeData class contains Steam native data such as SteamIDUser, UGCHandle or the SteamLeaderboard handle. You can use this data to make own calls to the Steamworks.NET API.

Constructor & Destructor Documentation

◆ SteamNativeData() [1/2]

LapinerTools.Steam.Data.LeaderboardsScoreEntry.SteamNativeData.SteamNativeData ( )

◆ SteamNativeData() [2/2]

LapinerTools.Steam.Data.LeaderboardsScoreEntry.SteamNativeData.SteamNativeData ( SteamLeaderboard_t  p_hSteamLeaderboard,
UGCHandle_t  p_hUGC,
CSteamID  p_steamIDUser 
)

Property Documentation

◆ m_hSteamLeaderboard

SteamLeaderboard_t LapinerTools.Steam.Data.LeaderboardsScoreEntry.SteamNativeData.m_hSteamLeaderboard
getset

◆ m_hUGC

UGCHandle_t LapinerTools.Steam.Data.LeaderboardsScoreEntry.SteamNativeData.m_hUGC
getset

◆ m_steamIDUser

CSteamID LapinerTools.Steam.Data.LeaderboardsScoreEntry.SteamNativeData.m_steamIDUser
getset

Entrie's user - use SteamFriends()->GetFriendPersonaName() & SteamFriends()->GetFriendAvatar() to get more info


The documentation for this class was generated from the following file: