This repository was archived by the owner on Dec 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
Sandbox.ModAPI.Ingame.IMyTextSurface
Malware edited this page Feb 28, 2019
·
29 revisions
← Index ← Namespace Index
public interface IMyTextSurfaceNamespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Inheritors:
| Member | Description |
|---|---|
| CurrentlyShownImage | The image that is currently shown on the screen. Returns NULL if there are no images selected OR the screen is in text mode. |
| ShowOnScreen | Indicates what should be shown on the screen, none being an image. |
| ShowText | Returns true if the ShowOnScreen flag is set to either PUBLIC or PRIVATE |
| FontSize | Gets or sets font size |
| FontColor | Gets or sets font color |
| BackgroundColor | Gets or sets background color |
| ChangeInterval | Gets or sets the change interval for selected textures |
| Font | Gets or sets the font |
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!