| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.VoicePack
|
+-- Botpack.ChallengeVoicePack
VoiceBoss, VoiceFemale, VoiceMale
| Variables Summary | |
|---|---|
| bool | bDelayedResponse |
| string | CommaText |
| string | DelayedResponse |
| PlayerReplicationInfo | DelayedSender |
| String | LeaderSign[4] |
| int | PhraseNum |
| float | PhraseTime[8] |
| Sound | Phrase[8] |
| name | SendType[5] |
| ChallengeVoicePack | |
| string | AckAbbrev[16] |
| Sound | AckSound[16] |
| string | AckString[16] |
| float | AckTime[16] |
| string | FFireAbbrev[16] |
| Sound | FFireSound[16] |
| string | FFireString[16] |
| byte | MatureTaunt[32] |
| Sound | NameSound[4] |
| float | NameTime[4] |
| int | numAcks |
| int | numFFires |
| int | numTaunts |
| string | OrderAbbrev[16] |
| Sound | OrderSound[16] |
| string | OrderString[16] |
| string | OtherAbbrev[32] |
| Sound | OtherSound[32] |
| string | OtherString[32] |
| string | TauntAbbrev[32] |
| Sound | TauntSound[32] |
| string | TauntString[32] |
| Functions Summary | ||
|---|---|---|
![]() | BotInitialize (PlayerReplicationInfo Sender, PlayerReplicationInfo Recipient, name messagetype, byte messageIndex)) | |
![]() | ClientInitialize (PlayerReplicationInfo Sender, PlayerReplicationInfo Recipient, name messagetype, byte messageIndex)) | |
![]() | string | GetAckString (int i)) |
![]() | string | GetCallSign (PlayerReplicationInfo P )) |
![]() | string | GetFFireString (int i)) |
![]() | string | GetOrderString (int i, string GameType )) |
![]() | string | GetOtherString (int i)) |
![]() | string | GetTauntString (int i)) |
![]() | PlayerSpeech (int Type, int Index, int Callsign )) | |
![]() | SetAckMessage (int messageIndex, PlayerReplicationInfo Recipient, out Sound MessageSound, out Float MessageTime)) | |
![]() | SetClientAckMessage (int messageIndex, PlayerReplicationInfo Recipient, out Sound MessageSound, out Float MessageTime)) | |
![]() | SetClientFFireMessage (int messageIndex, PlayerReplicationInfo Recipient, out Sound MessageSound, out Float MessageTime)) | |
![]() | SetClientOrderMessage (int messageIndex, PlayerReplicationInfo Recipient, out Sound MessageSound, out Float MessageTime)) | |
![]() | SetClientOtherMessage (int messageIndex, PlayerReplicationInfo Recipient, out Sound MessageSound, out Float MessageTime)) | |
![]() | SetClientTauntMessage (int messageIndex, PlayerReplicationInfo Recipient, out Sound MessageSound, out Float MessageTime)) | |
![]() | SetFFireMessage (int messageIndex, PlayerReplicationInfo Recipient, out Sound MessageSound, out Float MessageTime)) | |
![]() | SetOrderMessage (int messageIndex, PlayerReplicationInfo Recipient, out Sound MessageSound, out Float MessageTime)) | |
![]() | SetOtherMessage (int messageIndex, PlayerReplicationInfo Recipient, out Sound MessageSound, out Float MessageTime)) | |
![]() | SetTauntMessage (int messageIndex, PlayerReplicationInfo Recipient, out Sound MessageSound, out Float MessageTime)) | |
![]() | Timer ())) | |
| Inherited Functions from Engine.VoicePack |
|---|
| ClientInitialize, PlayerSpeech |
| Variables Detail |
|---|
| Functions Detail |
|---|
BotInitialize Source code
ClientInitialize Source code
GetAckString Source code
GetCallSign Source code
GetFFireString Source code
GetOrderString Source code
GetOtherString Source code
GetTauntString Source code
PlayerSpeech Source code
SetAckMessage Source code
SetClientAckMessage Source code
SetClientFFireMessage Source code
SetClientOrderMessage Source code
SetClientOtherMessage Source code
SetClientTauntMessage Source code
SetFFireMessage Source code
SetOrderMessage Source code
SetOtherMessage Source code
SetTauntMessage Source code
Timer Source code| Defaultproperties |
|---|
defaultproperties { SendType(0)=ACK SendType(1)=FRIENDLYFIRE SendType(2)=ORDER SendType(3)=Taunt SendType(4)=Other LeaderSign(0)="Red Leader" LeaderSign(1)="Blue Leader" LeaderSign(2)="Green Leader" LeaderSign(3)="Gold Leader" CommaText=", " } |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||