Example #1
0
        internal SteamNetworkingAvailability GetAuthenticationStatus(ref SteamNetAuthenticationStatus_t pDetails)
        {
            var returnValue = _GetAuthenticationStatus(Self, ref pDetails);

            return(returnValue);
        }
Example #2
0
 private static extern SteamNetworkingAvailability _GetAuthenticationStatus(IntPtr self, ref SteamNetAuthenticationStatus_t pDetails);