This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 125
Sandbox.ModAPI.Ingame.IMyTextSurfaceProvider
Morten Aune Lyrstad edited this page May 15, 2023
·
20 revisions
← Index ← Namespace Index
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/LargeBlockCockpit
- MyObjectBuilder_Cockpit/LargeBlockCockpitIndustrial
- MyObjectBuilder_Cockpit/LargeBlockCockpitSeat
- MyObjectBuilder_Cockpit/LargeBlockCouch
- MyObjectBuilder_Cockpit/LargeBlockCouchCorner
- MyObjectBuilder_Cockpit/LargeBlockDesk
- MyObjectBuilder_Cockpit/LargeBlockDeskCorner
- MyObjectBuilder_Cockpit/LargeBlockDeskCornerInv
- 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/SmallBlockCockpit
- MyObjectBuilder_Cockpit/SmallBlockCockpitIndustrial
- MyObjectBuilder_Cockpit/SmallBlockStandingCockpit
- MyObjectBuilder_Cockpit/SpeederCockpit
- MyObjectBuilder_Cockpit/SpeederCockpitCompact
- MyObjectBuilder_CryoChamber/LargeBlockBed
- MyObjectBuilder_CryoChamber/LargeBlockCryoChamber
- MyObjectBuilder_CryoChamber/SmallBlockCryoChamber
- MyObjectBuilder_MyProgrammableBlock/LargeProgrammableBlock
- MyObjectBuilder_MyProgrammableBlock/LargeProgrammableBlockReskin
- MyObjectBuilder_MyProgrammableBlock/SmallProgrammableBlock
- MyObjectBuilder_MyProgrammableBlock/SmallProgrammableBlockReskin
- MyObjectBuilder_Projector/LargeBlockConsole
Get surfaces count
Whether generic LCD terminal controls should be created
IMyTextSurface GetSurface(int index)
Get surface by index
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!