Template:IMyCubeBlockMethods

From Space Engineers Wiki
Revision as of 05:57, 13 January 2015 by Textor (talk | contribs) (Created page with "===GetOwnerFactionTag=== <syntaxhighlight lang="csharp"> string GetOwnerFactionTag() </syntaxhighlight> This returns a string with the faction tag of the associated owner. ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

GetOwnerFactionTag

string GetOwnerFactionTag()

This returns a string with the faction tag of the associated owner.

GetPlayerRelationToOwner

MyRelationsBetweenPlayerAndBlock GetUserRelationToOwner(long playerId)

GetUserRelationToOwner

MyRelationsBetweenPlayerAndBlock GetUserRelationToOWner(long playerId)

UpdateIsWorking

void UpdateIsWorking()

Updates the current value of the IsWorking property.

UpdateVisual

void UpdateVisual()