Skip to main content

SteamAPI_ISteamGameServerStats_SetUserStatInt32

Function SteamAPI_ISteamGameServerStats_SetUserStatInt32 

Source
pub unsafe extern "C" fn SteamAPI_ISteamGameServerStats_SetUserStatInt32(
    self_: *mut ISteamGameServerStats,
    steamIDUser: uint64_steamid,
    pchName: *const c_char,
    nData: int32,
) -> bool