Click or drag to resize
IMyCubeBlockGetUserRelationToOwner Method

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

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMyCubeBlock.GetUserRelationToOwner(System.Int64)"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
MyRelationsBetweenPlayerAndBlock GetUserRelationToOwner(
	long playerId
)

Parameters

playerId
Type: SystemInt64
Id of player to check relation with (not steam id!)

Return Value

Type: MyRelationsBetweenPlayerAndBlock
Relation of defined player to the block

Implements

IMyCubeBlockGetUserRelationToOwner(Int64)
See Also