Always snap to grid

UE2:VoiceList (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U2XMP Object >> Actor >> VoiceList
Package: 
U2
Direct subclasses:
VoiceListMarine, VoiceListOtherNPC, VoiceListAmbient, VoiceListMercFemale, VoiceListMercMale

VoiceList.uc $Author: Mbaldwin $ $Date: 10/18/02 6:00p $ $Revision: 3 $

Properties

Property group 'VoiceList'

bVerify

Type: bool


Packages

Type: array<string>

list of voice package names

VerifyInfo

Type: array<VerifyInfoT>

info the verify validity of assets

Internal variables

Next

Type: int


Default values

Property Value
bHidden True
Texture Texture'U2.Icons.VoiceList'

Structs

VerifyInfoT

SoundSlotInterf.ESoundTableSlot Group 
sound category
int MinSounds 
lower sound limit
int MaxSounds 
upper sound limit

Functions

Static functions

GetVoicePackage

static function string GetVoicePackage (U2Pawn U2P)


Events

PreBeginPlay

event PreBeginPlay ()

Overrides: Actor.PreBeginPlay


Other instance functions

GetNextPackage

function string GetNextPackage ()


VerifyPackages

function bool VerifyPackages ()


VerifySinglePackage

function bool VerifySinglePackage (string PackageName)