Sound Functions
Aus EEP Handbuch
Version vom 8. September 2018, 14:27 Uhr von Marc Horstmann (Diskussion | Beiträge)
| 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: |
|
|