zCVobSoundDaytime
Quick Infos
Class Name: zCVobSoundDaytime
Version Identifiers:
— Gothic I: 12289
— Gothic II: 12289
Sources:
— spacerhilfedatei.sph
— gothic-library.ru
— zk.gothickit.dev
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).
Class members
- 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
Class member overview
sndStartTime
The time of day after which the sound can be heard (13.5 corresponds to 13:30). Must be less than sndEndTime.
sndEndTime
The time of day after which the sound can no longer be heard (13.5 corresponds to 13:30). Must be greater than sndStartTime.
sndName2
The name of the script instance describing the sound to play outside the hours defined by sndStartTime and sndendtime. May be empty.