class Steam
in global :: Sandbox . Utility
😔 No documentation found.
public static SteamId.AccountTypes CategorizeSteamId( SteamId steamid )
Return what type os SteamId this is
public static SteamId SteamId { get; }
The current user's SteamId
public static string PersonaName { get; }
The current user's persona name (Steam name)
public static bool IsFriend( SteamId steamid )
Return true if this is a friend
public static bool IsOnline( SteamId steamid )
Return true if this person is online
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.