zCVobSoundDaytime¶
Quick Infos
Type: Virtual Object
Format Name: ZenGin Archive
File Extension: .ZEN
Class Name: zCVobSoundDaytime
Version Identifiers:
— Gothic I: 12289
— Gothic II: 12289
ZenKit Class: VSoundDaytime
Sources:
— spacerhilfedatei.sph
— gothic-library.ru
Emits a sound defined by a script instance in a given radius during a given time during the day. Optionally, another sound can be defined which is played outside the defined time range (example: birds during the day and crickets at night).
- zCVob
- zCZone
- zCVobSound
- zCVobSoundDaytime
- SoundDaytime
- sndStartTime = 0
- sndEndTime = 0
- sndName2 = ""
- SoundDaytime
- zCVob
- zCZone
- zCVobSound
- zCVobSoundDaytime
- SoundDaytime
- sndStartTime = 0
- sndEndTime = 0
- sndName2 = ""
- SoundDaytime
- zCVob
- zCZone
- zCVobSound
- zCVobSoundDaytime
- SoundDaytime
- sndStartTime = 0
- sndEndTime = 0
- sndName2 = ""
- SoundDaytime
- zCVob
- zCZone
- zCVobSound
- zCVobSoundDaytime
- SoundDaytime
- sndStartTime = 0
- sndEndTime = 0
- sndName2 = ""
- SoundDaytime
Properties¶
sndStartTime
¶
- The time of day after which the sound can be heard (
13.5
corresponds to13:30
). Must be less thansndEndTime
.
sndEndTime
¶
- The time of day after which the sound can no longer be heard (
13.5
corresponds to13:30
). Must be greater thansndStartTime
.
sndName2
¶
- The name of the script instance describing the sound to play outside the hours defined by
sndStartTime
andsndEndTime
. May be empty.