Sound 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">EEPStruc…“) |
(kein Unterschied)
|
Aktuelle Version vom 8. September 2018, 14:27 Uhr
| EEPStructurePlaySound() | EEPStructurePlaySound("Lua-Name",true|false) | |
|---|---|---|
| type: | function |
EEPStructurePlaySound("#1",true)
|
| caller: | script | |
| defined in: | EEP | |
| parameters: | two | |
| returns: | one | |
| requires: | EEP 13 plug-In 1 | |
| purpose: | Turns a speaker model on or off. | |
| notes: |
|
|
| EEPPlaySound() | EEPPlaySound("path/filename”) | |
|---|---|---|
| type: | function |
EEPPlaySound("User/Bimmel.wav")
|
| caller: | script | |
| defined in: | EEP | |
| parameters: | one | |
| returns: | one | |
| requires: | EEP 13 plug-In 1 | |
| purpose: | Plays a sound unrelated to any model or camera location. | |
| notes: |
|
|