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

UPak.VoiceEvent

Extends
SpecialEvent

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Triggers
      |   
      +-- Engine.SpecialEvent
         |   
         +-- UPak.VoiceEvent

Variables Summary
VoiceEvent
class<PlayerPawn>FemaleClass[8]
soundFemaleVoice
class<PlayerPawn>MaleClass[8]
soundMaleVoice
Inherited Variables from Engine.SpecialEvent
bBroadcast, bPlayerViewRot, Damage, DamageString, DamageType, Message, Sound

Functions Summary
functionbool IsFemale (Pawn Other)
functionbool IsMale (Pawn Other)
function Trigger (actor Other, pawn EventInstigator)
PlayVoice
Inherited Functions from Engine.SpecialEvent
Trigger

States Summary
PlayVoice Source code
auto state PlayVoice
Trigger


Variables Detail

VoiceEvent

FemaleClass[8] Source code

var(VoiceEvent) class<PlayerPawn> FemaleClass[8];

FemaleVoice Source code

var(VoiceEvent) sound FemaleVoice;

MaleClass[8] Source code

var(VoiceEvent) class<PlayerPawn> MaleClass[8];

MaleVoice Source code

var(VoiceEvent) sound MaleVoice;


Functions Detail

IsFemale Source code

function bool IsFemale ( Pawn Other )

IsMale Source code

function bool IsMale ( Pawn Other )

Trigger PlayVoice Source code

function Trigger ( actor Other, pawn EventInstigator )


Defaultproperties

defaultproperties
{
     MaleClass(0)=Class'UPak.UPakMale'
     FemaleClass(0)=Class'UPak.UPakFemale'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 13:29:24.859 - Created with UnCodeX