Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Sandbox.ModAPI.Ingame.IMyTextSurfaceProvider

Malware edited this page Oct 22, 2024 · 20 revisions

IndexNamespace Index

IMyTextSurfaceProvider Interface

public interface IMyTextSurfaceProvider

Describes block, that has at least 1 text surface (PB scripting interface)

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll

Inheritors:

Type Definitions:

  • MyObjectBuilder_Cockpit/BuggyCockpit
  • MyObjectBuilder_Cockpit/CockpitOpen
  • MyObjectBuilder_Cockpit/DBSmallBlockFighterCockpit
  • MyObjectBuilder_Cockpit/LargeBlockBathroom
  • MyObjectBuilder_Cockpit/LargeBlockBathroomOpen
  • MyObjectBuilder_Cockpit/LargeBlockCaptainDesk
  • MyObjectBuilder_Cockpit/LargeBlockCockpit
  • MyObjectBuilder_Cockpit/LargeBlockCockpitIndustrial
  • MyObjectBuilder_Cockpit/LargeBlockCockpitSeat
  • MyObjectBuilder_Cockpit/LargeBlockConsoleModuleInvertedCorner
  • MyObjectBuilder_Cockpit/LargeBlockConsoleModuleScreens
  • MyObjectBuilder_Cockpit/LargeBlockCouch
  • MyObjectBuilder_Cockpit/LargeBlockCouchCorner
  • MyObjectBuilder_Cockpit/LargeBlockDesk
  • MyObjectBuilder_Cockpit/LargeBlockDeskCorner
  • MyObjectBuilder_Cockpit/LargeBlockDeskCornerInv
  • MyObjectBuilder_Cockpit/LargeBlockInsetPlantCouch
  • MyObjectBuilder_Cockpit/LargeBlockModularBridgeCockpit
  • MyObjectBuilder_Cockpit/LargeBlockStandingCockpit
  • MyObjectBuilder_Cockpit/LargeBlockToilet
  • MyObjectBuilder_Cockpit/OpenCockpitLarge
  • MyObjectBuilder_Cockpit/OpenCockpitSmall
  • MyObjectBuilder_Cockpit/PassengerBench
  • MyObjectBuilder_Cockpit/PassengerSeatLarge
  • MyObjectBuilder_Cockpit/PassengerSeatSmallNew
  • MyObjectBuilder_Cockpit/PassengerSeatSmallOffset
  • MyObjectBuilder_Cockpit/RoverCockpit
  • MyObjectBuilder_Cockpit/SmallBlockCapCockpit
  • MyObjectBuilder_Cockpit/SmallBlockCockpit
  • MyObjectBuilder_Cockpit/SmallBlockCockpitIndustrial
  • MyObjectBuilder_Cockpit/SmallBlockFlushCockpit
  • MyObjectBuilder_Cockpit/SmallBlockStandingCockpit
  • MyObjectBuilder_Cockpit/SpeederCockpit
  • MyObjectBuilder_Cockpit/SpeederCockpitCompact
  • MyObjectBuilder_CryoChamber/LargeBlockBed
  • MyObjectBuilder_CryoChamber/LargeBlockCryoChamber
  • MyObjectBuilder_CryoChamber/LargeBlockCryoRoom
  • MyObjectBuilder_CryoChamber/LargeBlockHalfBed
  • MyObjectBuilder_CryoChamber/LargeBlockHalfBedOffset
  • MyObjectBuilder_CryoChamber/LargeBlockInsetBed
  • MyObjectBuilder_CryoChamber/SmallBlockBunkBed
  • MyObjectBuilder_CryoChamber/SmallBlockCryoChamber
  • MyObjectBuilder_MyProgrammableBlock/LargeProgrammableBlock
  • MyObjectBuilder_MyProgrammableBlock/LargeProgrammableBlockReskin
  • MyObjectBuilder_MyProgrammableBlock/SmallProgrammableBlock
  • MyObjectBuilder_MyProgrammableBlock/SmallProgrammableBlockReskin
  • MyObjectBuilder_Projector/LargeBlockConsole

Properties

int SurfaceCount { get; }

Get surfaces count

bool UseGenericLcd { get; }

Whether generic LCD terminal controls should be created

Methods

IMyTextSurface GetSurface(int index)

Get surface by index

Clone this wiki locally