Info Text Functions
Aus EEP Handbuch
EEPShowInfoTextTop() | EEPShowInfoTextTop(R,G,B,Sz,T,J,"Text") | |
---|---|---|
type: | function |
r = 1 -- red g = 1 -- green b = 1 -- blue sz = 1 -- size t = 10 -- time j = 1 -- alignment Text = "white top centred 10 seconds" EEPShowInfoTextTop( r , g , b , sz , t , j , Text ) |
caller: | script | |
defined in: | EEP | |
parameters: | seven | |
returns: | one | |
requires: | EEP 13 plug-In 1 | |
purpose: | Displays the specified text in the upper region of the 3D window. | |
notes: |
|
EEPShowInfoTextBottom() | EEPShowInfoTextBottom(R,G,B,Sz,T,J,"Text") | |
---|---|---|
type: | function |
r = 1 -- red g = 1 -- green b = 0 -- blue sz = 1 -- size t = 10 -- time j = 1 -- alignment Text = "yellow bottom left 10 seconds" EEPShowInfoTextBottom(r , g , b , sz , t , j , Text ) |
caller: | script | |
defined in: | EEP | |
parameters: | seven | |
returns: | one | |
requires: | EEP 13 plug-In 1 | |
purpose: | Displays the specified text in the lower region of the 3D window. | |
notes: |
|
EEPShowScrollInfoTextTop() | EEPShowScrollInfoTextTop(R,G,B,Sz,T,J,Sz,"Text") | |
---|---|---|
type: | function |
r = 0 -- red g = 1 -- green b = 0.7 -- blue sz = 1 -- size t = 20 -- time j = 0 -- alignment sp = 0.2 -- velocity Text = "turkish blue crawl text for 20 Secs." EEPShowScrollInfoTextTop(r,g,b,sz,t,j,sp,Text) |
caller: | script | |
defined in: | EEP | |
parameters: | eight | |
returns: | one | |
requires: | EEP 13 plug-In 1 | |
purpose: | Displays a text crawl in the upper region of the 3D window. | |
notes: |
|
EEPShowScrollInfoTextBottom() | EEPShowScrollInfoTextBottom(R,G,B,Sz,T,J,Sz,"Text") | |
---|---|---|
type: | function |
r = 0 -- red g = 1 -- green b = 0.7 -- blue sz = 1 -- size t = 20 -- time j = 0 -- alignment sp = 0.2 -- velocity Text = "turkish blue crawl text for 20 Secs." EEPShowScrollInfoTextBottom(r,g,b,sz,t,j,sp,Text) |
caller: | script | |
defined in: | EEP | |
parameters: | eight | |
returns: | one | |
requires: | EEP 13 plug-In 1 | |
purpose: | Displays a text crawl in the lower region of the 3D window. | |
notes: |
|
EEPHideInfoTextTop() | EEPHideInfoTextTop() | |
---|---|---|
type: | function |
EEPHideInfoTextTop() |
caller: | script | |
defined in: | EEP | |
parameters: | none | |
returns: | one | |
requires: | EEP 13 plug-In 1 | |
purpose: | Turns the info text in the upper region of the 3D window off. | |
notes: |
|
EEPHideInfoTextBottom() | EEPHideInfoTextBottom() | |
---|---|---|
type: | function |
EEPHideInfoTextBottom() |
caller: | script | |
defined in: | EEP | |
parameters: | none | |
returns: | one | |
requires: | EEP 13 plug-In 1 | |
purpose: | Turns the info text in the lower region of the 3D window off. | |
notes: |
|