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

Jailbreak.JBSpeechClient

Extends
JBSpeech
Modifiers
notplaceable

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Jailbreak.JBSpeech
         |   
         +-- Jailbreak.JBSpeechClient

Variables Summary
boolbParsingSucceeded
stringDefinitionOriginal
stringDefinitionRemainder
floatDelayPlayed
intiSegmentPlayed
array<TSegment>ListSegment
Inherited Variables from Engine.Info
BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup

Structures Summary
Inherited Structures from Jailbreak.JBSpeech
TSegment

Delegates Summary
delegate OnFinishedPlaying (JBSpeechClient SpeechClient)

Functions Summary
functionbool ErrorOnParsing (string Message, optional string DefinitionRollback))
functionbool ErrorOnPlaying (string Message))
function FinishedPlaying (JBSpeechClient SpeechClient))
functionbool IsCharIdentifier (string Char))
functionbool IsCharNumber (string Char))
functionbool IsCharWhitespace (string Char))
functionbool IsStringInList (string Tag, string List))
functionbool Parse (string Definition, optional string Tags))
functionstring ParseIdentifier (out string String))
functionint ParseNumber (out string String))
functionbool Play ()))
function PlayAnnouncement (Sound Sound))
event Tick (float TimeDelta))
Playing
functionstring TrimWhitespace (string String))
functionstring TrimWhitespaceAfter (string String))
functionstring TrimWhitespaceBefore (string String, optional int nCharSkip))
Inherited Functions from Engine.Info
AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel

States Summary
Playing Source code
simulated state Playing
Tick


Variables Detail

bParsingSucceeded Source code

var private bool bParsingSucceeded;

DefinitionOriginal Source code

var transient string DefinitionOriginal;

DefinitionRemainder Source code

var transient string DefinitionRemainder;

DelayPlayed Source code

var private float DelayPlayed;

iSegmentPlayed Source code

var private int iSegmentPlayed;

ListSegment Source code

var private array<TSegment> ListSegment;


Delegates Detail

OnFinishedPlaying Source code

simulated delegate OnFinishedPlaying ( JBSpeechClient SpeechClient )


Functions Detail

ErrorOnParsing Source code

simulated function bool ErrorOnParsing ( string Message, optional string DefinitionRollback) )

ErrorOnPlaying Source code

simulated function bool ErrorOnPlaying ( string Message) )

FinishedPlaying Source code

simulated function FinishedPlaying ( JBSpeechClient SpeechClient) )

IsCharIdentifier Source code

static final function bool IsCharIdentifier ( string Char) )

IsCharNumber Source code

static final function bool IsCharNumber ( string Char) )

IsCharWhitespace Source code

static final function bool IsCharWhitespace ( string Char) )

IsStringInList Source code

static function bool IsStringInList ( string Tag, string List) )

Parse Source code

simulated singular function bool Parse ( string Definition, optional string Tags) )

ParseIdentifier Source code

static final function string ParseIdentifier ( out string String) )

ParseNumber Source code

static final function int ParseNumber ( out string String) )

Play Source code

simulated function bool Play ( ) )

PlayAnnouncement Source code

simulated function PlayAnnouncement ( Sound Sound) )

Tick Playing Source code

simulated event Tick ( float TimeDelta) )

TrimWhitespace Source code

static final function string TrimWhitespace ( string String) )

TrimWhitespaceAfter Source code

static final function string TrimWhitespaceAfter ( string String) )

TrimWhitespaceBefore Source code

static final function string TrimWhitespaceBefore ( string String, optional int nCharSkip) )


Defaultproperties

defaultproperties
{
  bAlwaysTick = True;
  OnFinishedPlaying = FinishedPlaying;
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:11.997 - Created with UnCodeX