Tip Text Functions: Unterschied zwischen den Versionen
Aus EEP Handbuch
(Die Seite wurde neu angelegt: „ <table width="90%" align="center" border="1" style="border: 1px solid black; border-collapse: collapse;"> <tr> <th colspan="2">EEPChang…“) |
(kein Unterschied)
|
Aktuelle Version vom 8. September 2018, 13:17 Uhr
| 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: |
|
|