Difference between revisions of "Template:IMyCubeBlockMethods"

From Space Engineers Wiki
Jump to: navigation, search
(Created page with "===GetOwnerFactionTag=== <syntaxhighlight lang="csharp"> string GetOwnerFactionTag() </syntaxhighlight> This returns a string with the faction tag of the associated owner. ==...")
 
(No difference)

Latest revision as of 05:57, 13 January 2015

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()