Difference between revisions of "Text Panel"
From Space Engineers Wiki
(→Programming) |
(+fixed info.) |
||
Line 9: | Line 9: | ||
| material = no | | material = no | ||
− | | lbuildtime = | + | | lbuildtime = 3 |
− | | lpowerconsumption = 0 | + | | lpowerconsumption = 0.00006 |
| lcomponentstructure = 2 | | lcomponentstructure = 2 | ||
− | | lcomponent1 = | + | | lcomponent1 = Display |
− | | lcomponent1amt = | + | | lcomponent1amt = 10 |
| lcomponent2 = Computer | | lcomponent2 = Computer | ||
− | | lcomponent2amt = | + | | lcomponent2amt = 6 |
− | | lcomponent3 | + | | lcomponent3 = Construction Component |
− | + | | lcomponent3amt = 6 | |
− | |||
− | |||
− | |||
− | | | ||
− | |||
− | |||
| lwidth = 1 | | lwidth = 1 | ||
| lheight = 1 | | lheight = 1 | ||
| ldepth = 1 | | ldepth = 1 | ||
− | | sbuildtime = | + | | sbuildtime = 3 |
− | | spowerconsumption = 0 | + | | spowerconsumption = 0.00002 |
| scomponentstructure = 2 | | scomponentstructure = 2 | ||
− | | scomponent1 = | + | | scomponent1 = Display |
− | | scomponent1amt = | + | | scomponent1amt = 3 |
| scomponent2 = Computer | | scomponent2 = Computer | ||
− | | scomponent2amt = | + | | scomponent2amt = 4 |
− | | scomponent3 | + | | scomponent3 = Construction Component |
− | + | | scomponent3amt = 4 | |
− | |||
− | |||
− | |||
− | | | ||
− | |||
− | |||
| swidth = 1 | | swidth = 1 | ||
| sheight = 1 | | sheight = 1 | ||
| sdepth = 1 | | sdepth = 1 | ||
− | | version = 01. | + | | version = 01.107 |
}} | }} | ||
− | {{ | + | {{stub}} |
Line 75: | Line 63: | ||
[1.070] | [1.070] | ||
+ | |||
+ | == See Also == | ||
+ | * [[LCD Panel]] | ||
+ | * [[Wide LCD Panel]] |
Revision as of 13:22, 12 November 2015
10
Mass (kg):
0
Integrity:
0
Build time (seconds):
3
Active power consumption (MW):
0.00006
Dimensions (W x H x D):
1 x 1 x 1
Mass (kg):
0
Integrity:
0
Build time (seconds):
3
Active power consumption (MW):
0.00002
Dimensions (W x H x D):
1 x 1 x 1
The text panel can show text messages by selecting it and pressing the "T" key. Selecting it and pressing "K", the "K-menu" is entered.
GPS coordinates shown in the GPS format in the text panel will appear in the GPS and can be activated (=shown on HUD).
Programming
(IMyTextPanel)
Actions: 7
Toggle block On/Off Toggle block On Toggle block Off Increase Font Size Decrease Font Size Increase Image change interval Decrease Image change interval
Properties: 4
FontSize Single FontColor Color BackgroundColor Color ChangeIntervalSlider Single
[1.070]