- Extends
- JBSpeech
- Modifiers
- config notplaceable
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Jailbreak.JBSpeech
|
+-- Jailbreak.JBSpeechManager
var transient name Announcement;
var config bool bQueueAnnouncements;
var bool bUseFallbackVoicePack;
var int iPrecacheCommonMacros;
var array<String> PrecacheCommonMacros;
struct
TCacheSetting
{
var string Section;
var string Setting;
var string Value;
};
event Destroyed ( ) )
final static function
Sound DynamicLoadSound (
string Name) )
simulated function
TSegment GetSegment (
string Identifier) )
simulated function string GetSetting ( string Section, string Setting, optional coerce string ValueDefault) )
static function string GetVoicePack ( ) )
simulated function bool IsVoicePackInstalled ( string VoicePackTest) )
simulated function bool LoadVoicePack ( string VoicePackNew, optional bool bNoFallbackToDefault) )
simulated function NotifyFinishedPlaying (
JBSpeechClient SpeechClient) )
simulated function bool Play ( string Definition, optional string Tags) )
static function
bool PlayFor (
LevelInfo Level,
string Definition, optional
string Tags) )
simulated event PostBeginPlay ( ) )
static function SetVoicePack ( string VoicePackNew) )
simulated function Tick ( float dt) )
defaultproperties
{
VoicePack = "JBVoiceGrrrl.Classic";
bQueueAnnouncements = True;
Begin Object Class=JBDefaultVoice Name=FallbackVoice
End Object
FallbackVoicePack = JBDefaultVoice'FallbackVoice';
PrecacheCommonMacros(0) = "$LastMan"
PrecacheCommonMacros(1) = "$LastSecondSave"
PrecacheCommonMacros(2) = "$TeamRed"
PrecacheCommonMacros(3) = "$TeamBlue"
PrecacheCommonMacros(4) = "$TeamCapturedRed"
PrecacheCommonMacros(5) = "$TeamCapturedBlue"
PrecacheCommonMacros(6) = "$TeamCapturedBoth"
PrecacheCommonMacros(7) = "$TeamReleasedRed"
PrecacheCommonMacros(8) = "$TeamReleasedBlue"
PrecacheCommonMacros(9) = "$ArenaWarning"
PrecacheCommonMacros(10) = "$ArenaStart"
PrecacheCommonMacros(11) = "$ArenaCancelled"
PrecacheCommonMacros(12) = "$ArenaEndTimeout"
PrecacheCommonMacros(13) = "$ArenaEndWinner"
PrecacheCommonMacros(14) = "$ArenaEndLoser"
PrecacheCommonMacros(15) = "$GameStart"
PrecacheCommonMacros(16) = "$GameOvertime"
PrecacheCommonMacros(17) = "$GameOverWinnerRed"
PrecacheCommonMacros(18) = "$GameOverWinnerBlue"
PrecacheCommonMacros(19) = "$AddonLlamaStart"
PrecacheCommonMacros(20) = "$AddonLlamaDisconnect"
PrecacheCommonMacros(21) = "$AddonLlamaFragged"
PrecacheCommonMacros(22) = "$AddonVengeanceStart"
} |
Creation time: Do 14.8.2014 09:58:12.011 - Created with
UnCodeX