Api Sandbox Utility Steam
class

Steam

public static abstract sealed class Steam

Properties

Name Type Description
SteamId static SteamId The current user's SteamId
PersonaName static String The current user's persona name (Steam name)

Methods

static AccountTypes CategorizeSteamId(SteamId steamid)

Return what type os SteamId this is

static Boolean IsFriend(SteamId steamid)

Return true if this is a friend

static Boolean IsOnline(SteamId steamid)

Return true if this person is online

static String FilterText(String input, SteamId? from = null)
static String FilterChat(String input, SteamId? from = null)
static String FilterName(String input, SteamId? from = null)
Assembly: Sandbox.Engine Namespace: Sandbox.Utility Full Name: Sandbox.Utility.Steam