Click or drag to resize
IMySessionIsUserAdmin Method

[This is preliminary documentation and is subject to change.]

Checks if a given player is an admin.

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
bool IsUserAdmin(
	ulong steamId
)

Parameters

steamId
Type: SystemUInt64

[Missing <param name="steamId"/> documentation for "M:VRage.Game.ModAPI.IMySession.IsUserAdmin(System.UInt64)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRage.Game.ModAPI.IMySession.IsUserAdmin(System.UInt64)"]

See Also