C# Class OpenRA.GameRules.SoundInfo

Show 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 property

public string DefaultPrefix
return string

DefaultVariant public property

public string DefaultVariant
return string

DisablePrefixes public property

public HashSet DisablePrefixes
return HashSet

DisableVariants public property

public HashSet DisableVariants
return HashSet

Notifications public property

public Dictionary Notifications
return string[]>.Dictionary

NotificationsPools public property

public Lazy> NotificationsPools
return SoundPool>>.Lazy

Prefixes public property

public Dictionary Prefixes
return string[]>.Dictionary

Variants public property

public Dictionary Variants
return string[]>.Dictionary

VoicePools public property

public Lazy> VoicePools
return SoundPool>>.Lazy

Voices public property

public Dictionary Voices
return string[]>.Dictionary