Tip Text Functions
Aus EEP Handbuch
Version vom 8. September 2018, 13:17 Uhr von Marc Horstmann (Diskussion | Beiträge)
EEPChangeInfoStructure() | EEPChangeInfoStructure("Lua-Name","Text") | |
---|---|---|
type: | function |
EEPChangeInfoStructure("#1", "Hallo") |
caller: | script | |
defined in: | EEP | |
parameters: | two | |
returns: | one | |
requires: | EEP 13 | |
purpose: | Assigns new text to the tip text of a structure. | |
notes: |
|
EEPShowInfoStructure() | EEPShowInfoStructure("Lua-Name",true|false) | |
---|---|---|
type: | function |
EEPShowInfoStructure( "#1" , true ) |
caller: | script | |
defined in: | EEP | |
parameters: | two | |
returns: | one | |
requires: | EEP 13 | |
purpose: | Turns the tip text of the specified structure on or off. | |
notes: |
|
EEPChangeInfoSignal() | EEPChangeInfoSignal(ID,"Text") | |
---|---|---|
type: | function |
EEPChangeInfoSignal(1, "Hello") |
caller: | script | |
defined in: | EEP | |
parameters: | two | |
returns: | one | |
requires: | EEP 13 | |
purpose: | Assigns new text to the tip text of a signal. | |
notes: |
|
EEPShowInfoSignal() | EEPShowInfoSignal(ID,true|false) | |
---|---|---|
type: | function |
EEPShowInfoSignal(1, true) |
caller: | script | |
defined in: | EEP | |
parameters: | two | |
returns: | one | |
requires: | EEP 13 | |
purpose: | Turns the tip text of the specified signal on or off. | |
notes: |
|
EEPChangeInfoSwitch() | EEPChangeInfoSwitch(ID,"Text") | |
---|---|---|
type: | function |
EEPChangeInfoSwitch(1, "Hello") |
caller: | script | |
defined in: | EEP | |
parameters: | two | |
returns: | one | |
requires: | EEP 13 | |
purpose: | Assigns new text to the tip text of a switch. | |
notes: |
|
EEPShowInfoSwitch() | EEPShowInfoSwitch(ID,true|false) | |
---|---|---|
type: | function |
EEPShowInfoSwitch(1, true) |
caller: | script | |
defined in: | EEP | |
parameters: | two | |
returns: | one | |
requires: | EEP 13 | |
purpose: | Turns the tip text of the specified switch on or off. | |
notes: |
|