Click or drag to resize
IMySessionIsUserPromoted Method

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

Checks if a given player is promoted to space master.

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

Parameters

steamId
Type: SystemUInt64

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

Return Value

Type: Boolean

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

See Also