Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Gameplay.ConcreteSpeechManager

Extends
SpeechManager
Modifiers
dependsOn ( SpeechCategory ) native

Core.Object
|   
+-- Engine.SpeechManager
   |   
   +-- Gameplay.ConcreteSpeechManager

Constants Summary
Inherited Contants from Core.Object
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Transactional, RF_Transient, RF_Unnamed

Variables Summary
Array<string>AIVoiceSetPrecache
boolbIgnoreCategoryFrequency
SpeechCategoryManagercategoryManager
intcategoryMap_padding[5]
Array<SpeechChannel>channels
intlevel_padding
floatVolumePriorityDisableTime_padding
Array<string>VOPrecache
ConcreteSpeechManager
StringAnnouncerType
floatSecondsPerWord
floatSpeechInnerRadius
floatSpeechOuterRadius
floatSpeechPitch
floatVolumePriorityDisabledLagTime
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
EAxis, ECamOrientation, ESheerAxis

Structures Summary
Inherited Structures from Core.Object
BoundingVolume, Box, Color, CompressedPosition, Coords, GameSpyServerData, Guid, IntegerRange, InterpCurve, InterpCurvePoint, MatCoords, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, Vector

Functions Summary
function DisableChannel (String channelName))
function EnableChannel (String channelName))
functionint GetChannelID (String channelName))
function PrecacheAIVoiceSet (String VoiceSetPackageName)
function PrecacheVO (String SpeechTag)
function ToggleCategoryFrequency ()))
function ToggleChannel (String channelName))
function ToggleChannelLogging (String channelName))
Inherited Functions from Engine.SpeechManager
CancelSpeech, DisableChannel, EnableChannel, PlayAnnouncerSpeech, PlayDynamicSpeech, PlayMovementSpeech, PlayQuickChatSpeech, PlayScriptedSpeech, PrecacheAIVoiceSet, PrecacheVO
Inherited Functions from Core.Object
!, !=, $, $=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, @=, Abs, Acos, AllClasses, AllEditableProperties, Allocate, AllProperties, AppSeconds, Asc, Asin, AssertWithDescription, Atan, BeginState, CanSLog, Caps, Chr, Clamp, ClassConstruct, ClassIsChildOf, ClockwiseFrom, CommonBase, Construct, Cos, Cross, DecodeFromURL, Disable, Div, Dot, DynamicFindObject, DynamicLoadObject, Enable, EncodeForURL, EndState, Eval, Exp, FClamp, FindObject, FlushConfig, FMax, FMin, FRand, GetAxes, GetBuildNumber, GetEnum, GetMinCompatibleBuildNumber, GetPropertyText, GetStateName, GetSuperClass, GetUnAxes, GotoState, Hash, HasUnicode, InStr, InterpCurveEval, InterpCurveGetInputDomain, InterpCurveGetOutputRange, Inverse, Invert, IsA, IsInState, IsNearlyZero, IsUTracing, IsValidForURL, IsZero, Left, Len, Lerp, Localize, Locs, Log, Loge, LogGuardStack, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, NullReferences, OrthoRotation, QuatFindBetween, QuatFromAxisAndAngle, QuatFromRotator, QuatInvert, QuatProduct, QuatRotateVector, QuatToRotator, Rand, RandRange, Repl, replaceStr, ResetConfig, Right, RotRand, SaveConfig, SetPropertyText, SetUTracing, Sin, Sleep, SLog, Smerp, Split, Sqrt, Square, StaticSaveConfig, StrCmp, Tan, VDist, VDistSquared, VRand, VSize, VSize2D, VSizeSquared, VSizeSquared2D, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

AIVoiceSetPrecache Source code

var transient private Array<string> AIVoiceSetPrecache;

bIgnoreCategoryFrequency Source code

var transient private bool bIgnoreCategoryFrequency;

categoryManager Source code

var transient private SpeechCategoryManager categoryManager;

categoryMap_padding[5] Source code

var transient noexport private const int categoryMap_padding[5];

channels Source code

var transient private Array<SpeechChannel> channels;

level_padding Source code

var transient noexport private const int level_padding;

VolumePriorityDisableTime_padding Source code

var transient noexport private const float VolumePriorityDisableTime_padding;

VOPrecache Source code

var transient private Array<string> VOPrecache;

ConcreteSpeechManager

AnnouncerType Source code

var(ConcreteSpeechManager) config String AnnouncerType;

SecondsPerWord Source code

var(ConcreteSpeechManager) config float SecondsPerWord;

SpeechInnerRadius Source code

var(ConcreteSpeechManager) config float SpeechInnerRadius;

SpeechOuterRadius Source code

var(ConcreteSpeechManager) config float SpeechOuterRadius;

SpeechPitch Source code

var(ConcreteSpeechManager) config float SpeechPitch;

VolumePriorityDisabledLagTime Source code

var(ConcreteSpeechManager) config float VolumePriorityDisabledLagTime;


Functions Detail

DisableChannel Source code

function DisableChannel ( String channelName) )

EnableChannel Source code

function EnableChannel ( String channelName) )

GetChannelID Source code

function int GetChannelID ( String channelName) )

PrecacheAIVoiceSet Source code

native simulated function PrecacheAIVoiceSet ( String VoiceSetPackageName )

PrecacheVO Source code

native simulated function PrecacheVO ( String SpeechTag )

ToggleCategoryFrequency Source code

function ToggleCategoryFrequency ( ) )

ToggleChannel Source code

function ToggleChannel ( String channelName) )

ToggleChannelLogging Source code

function ToggleChannelLogging ( String channelName) )


Defaultproperties

defaultproperties
{
	SpeechPitch=1.0
	SpeechInnerRadius=4096
	SpeechOuterRadius=8192
	AnnouncerType="Announcer1"
	VolumePriorityDisabledLagTime=1.0
	SecondsPerWord=0.7
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:29.036 - Created with UnCodeX