API ReferenceSandbox.Utility
Steamclass
object→Steam
Methods6
Showing 6 methods
public static Sandbox.SteamId.AccountTypes CategorizeSteamId(Sandbox.SteamId steamid)
Return what type os SteamId this is
| Parameter | Type | Description |
|---|---|---|
| steamid | SteamId | — |
public static string FilterChat(string input, System.Nullable`1<Sandbox.SteamId> from = null)
| Parameter | Type | Description |
|---|---|---|
| input | string | — |
| from = null | Nullable<SteamId> | — |
Returns:
string—public static string FilterName(string input, System.Nullable`1<Sandbox.SteamId> from = null)
| Parameter | Type | Description |
|---|---|---|
| input | string | — |
| from = null | Nullable<SteamId> | — |
Returns:
string—public static string FilterText(string input, System.Nullable`1<Sandbox.SteamId> from = null)
| Parameter | Type | Description |
|---|---|---|
| input | string | — |
| from = null | Nullable<SteamId> | — |
Returns:
string—No results match this filter.
Properties2
Showing 2 properties
public static string Sandbox.Utility.Steam.PersonaName { get; set; }
The current user's persona name (Steam name)
Returns:
string—No results match this filter.