Space Engineers
Public Member Functions | List of all members
Sandbox.Game.Screens.Helpers.IMyToolbarItemEntity Interface Reference
Inheritance diagram for Sandbox.Game.Screens.Helpers.IMyToolbarItemEntity:
Sandbox.Game.Screens.Helpers.MyToolbarItemTerminalBlock Sandbox.Game.Screens.Helpers.MyToolbarItemTerminalGroup

Public Member Functions

bool CompareEntityIds (long entityId)
 Returns true if the toolbar item is referring to the specified entity id. More...
 

Detailed Description

Definition at line 8 of file IMyToolbarItemEntity.cs.

Member Function Documentation

bool Sandbox.Game.Screens.Helpers.IMyToolbarItemEntity.CompareEntityIds ( long  entityId)

Returns true if the toolbar item is referring to the specified entity id.

Parameters
entityIdAn entity id to compare this toolbar item with.
Returns
True if the toolbar item refers to the specified entity id, false otherwise.

Implemented in Sandbox.Game.Screens.Helpers.MyToolbarItemTerminalGroup, and Sandbox.Game.Screens.Helpers.MyToolbarItemTerminalBlock.


The documentation for this interface was generated from the following file: