mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 00:32:45 +03:00
feat(sound): stub SI2::PlayUISound
This commit is contained in:
parent
0998e542a3
commit
29f5a17499
@ -208,6 +208,10 @@ void SI2::InitSoundKitGroups() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void SI2::PlayUISound(int32_t id) {
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
|
|
||||||
void SI2::RegisterCVars() {
|
void SI2::RegisterCVars() {
|
||||||
CVar::Register(
|
CVar::Register(
|
||||||
"StartTalkingDelay",
|
"StartTalkingDelay",
|
||||||
|
|||||||
@ -23,6 +23,7 @@ class SI2 {
|
|||||||
static int32_t Init(int32_t a1);
|
static int32_t Init(int32_t a1);
|
||||||
static void InitSoundKitDefs();
|
static void InitSoundKitDefs();
|
||||||
static void InitSoundKitGroups();
|
static void InitSoundKitGroups();
|
||||||
|
static void PlayUISound(int32_t id);
|
||||||
static void RegisterCVars();
|
static void RegisterCVars();
|
||||||
static void RegisterScriptFunctions();
|
static void RegisterScriptFunctions();
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user