C# Class OpenRA.GameRules.SoundInfo

Mostra file Open project: pchote/OpenRA

Public Properties

Property Type Description
DefaultPrefix string
DefaultVariant string
DisablePrefixes HashSet
DisableVariants HashSet
Notifications string[]>.Dictionary
NotificationsPools SoundPool>>.Lazy
Prefixes string[]>.Dictionary
Variants string[]>.Dictionary
VoicePools SoundPool>>.Lazy
Voices string[]>.Dictionary

Public Methods

Method Description
SoundInfo ( OpenRA.FileFormats.MiniYaml y ) : System

Method Details

SoundInfo() public method

public SoundInfo ( OpenRA.FileFormats.MiniYaml y ) : System
y OpenRA.FileFormats.MiniYaml
return System

Property Details

DefaultPrefix public_oe property

public string DefaultPrefix
return string

DefaultVariant public_oe property

public string DefaultVariant
return string

DisablePrefixes public_oe property

public HashSet DisablePrefixes
return HashSet

DisableVariants public_oe property

public HashSet DisableVariants
return HashSet

Notifications public_oe property

public Dictionary Notifications
return string[]>.Dictionary

NotificationsPools public_oe property

public Lazy> NotificationsPools
return SoundPool>>.Lazy

Prefixes public_oe property

public Dictionary Prefixes
return string[]>.Dictionary

Variants public_oe property

public Dictionary Variants
return string[]>.Dictionary

VoicePools public_oe property

public Lazy> VoicePools
return SoundPool>>.Lazy

Voices public_oe property

public Dictionary Voices
return string[]>.Dictionary