Home
last modified time | relevance | path

Searched refs:VoiceSet (Results 1 – 23 of 23) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/
H A DVoiced.cs22 public readonly string VoiceSet = null; field in OpenRA.Mods.Common.Traits.VoicedInfo
39 string IVoiced.VoiceSet { get { return Info.VoiceSet; } }
46 if (string.IsNullOrEmpty(Info.VoiceSet)) in IVoiced.PlayVoice()
49 var type = Info.VoiceSet.ToLowerInvariant(); in IVoiced.PlayVoice()
59 if (string.IsNullOrEmpty(Info.VoiceSet)) in IVoiced.PlayVoiceLocal()
62 var type = Info.VoiceSet.ToLowerInvariant(); in IVoiced.PlayVoiceLocal()
68 if (string.IsNullOrEmpty(Info.VoiceSet)) in IVoiced.HasVoice()
71 var voices = self.World.Map.Rules.Voices[Info.VoiceSet.ToLowerInvariant()]; in IVoiced.HasVoice()
/dports/games/openra/OpenRA-release-20200503/mods/ts/rules/
H A Dcivilian-infantry.yaml8 VoiceSet: Weed
39 VoiceSet: Umagon
63 VoiceSet: Spy
98 VoiceSet: Mutant
125 VoiceSet: CivilianFemale
152 VoiceSet: Mutant
176 VoiceSet: Tratos
193 VoiceSet: Oxanna
210 VoiceSet: Slavick
H A Dnod-infantry.yaml18 VoiceSet: Rocket
59 VoiceSet: Cyborg
98 VoiceSet: CyborgCommando
131 VoiceSet: Hijacker
H A Dgdi-infantry.yaml52 VoiceSet: Medic
96 VoiceSet: JumpJet
216 VoiceSet: Ghost
H A Dshared-infantry.yaml56 VoiceSet: Engineer
H A Dcritters.yaml23 VoiceSet: Fiend
H A Ddefaults.yaml574 VoiceSet: Infantry
741 VoiceSet: Civilian
775 VoiceSet: Vehicle
900 VoiceSet: Heli
1150 VoiceSet: Vehicle
H A Daircraft.yaml289 VoiceSet: Scrin
H A Dgdi-vehicles.yaml139 VoiceSet: Mech
/dports/games/openra/OpenRA-release-20200503/mods/ra/rules/
H A Dinfantry.yaml65 VoiceSet: DogVoice
289 VoiceSet: EngineerVoice
345 VoiceSet: SpyVoice
409 VoiceSet: TanyaVoice
446 VoiceSet: MedicVoice
497 VoiceSet: MechanicVoice
548 VoiceSet: StavrosVoice
586 VoiceSet: ThiefVoice
651 VoiceSet: ShokVoice
730 VoiceSet: AntVoice
[all …]
H A Dcivilian.yaml8 VoiceSet: CivilianFemaleVoice
18 VoiceSet: CivilianFemaleVoice
30 VoiceSet: CivilianFemaleVoice
43 VoiceSet: CivilianFemaleVoice
55 VoiceSet: CivilianFemaleVoice
H A Ddefaults.yaml282 VoiceSet: VehicleVoice
415 VoiceSet: GenericVoice
466 VoiceSet: CivilianMaleVoice
531 VoiceSet: VehicleVoice
593 VoiceSet: GenericVoice
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/
H A DVoiceExts.cs26 if (string.IsNullOrEmpty(voiced.VoiceSet)) in PlayVoice()
40 if (string.IsNullOrEmpty(voiced.VoiceSet)) in PlayVoiceLocal()
/dports/games/openra/OpenRA-release-20200503/mods/d2k/rules/
H A Dinfantry.yaml54 VoiceSet: EngineerVoice
176 VoiceSet: FremenVoice
239 VoiceSet: GenericVoice
295 VoiceSet: SaboteurVoice
H A Ddefaults.yaml201 VoiceSet: VehicleVoice
332 VoiceSet: InfantryVoice
/dports/games/openra/OpenRA-release-20200503/mods/cnc/rules/
H A Dcivilian.yaml495 VoiceSet: CivilianFemaleVoice
501 VoiceSet: CivilianFemaleVoice
507 VoiceSet: CivilianFemaleVoice
545 VoiceSet: MoebiusVoice
H A Ddefaults.yaml280 VoiceSet: VehicleVoice
346 VoiceSet: VehicleVoice
460 VoiceSet: GenericVoice
507 VoiceSet: CivilianMaleVoice
571 VoiceSet: DinoVoice
629 VoiceSet: DinoVoice
685 VoiceSet: VehicleVoice
H A Dinfantry.yaml246 VoiceSet: CommandoVoice
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/
H A DGUIRECCommon.py365 VoiceSet = GemRB.GetPlayerSound (pc, 1)
367 VoiceSet = CharSound
369 while (not GemRB.HasResource (VoiceSet + SoundSeq[SoundIndex], RES_WAV)):
375 GemRB.PlaySound (VoiceSet + SoundSeq[SoundIndex], "CHARACT" + str(pc - 1), 0, 0, 5)
/dports/games/openra/OpenRA-release-20200503/mods/ra/maps/infiltration/
H A Drules.yaml105 VoiceSet: SpyVoice
/dports/games/openra/OpenRA-release-20200503/mods/ra/maps/soviet-soldier-volkov-n-chitzkoi/
H A Drules.yaml189 VoiceSet: GenericVoice
/dports/games/openra/OpenRA-release-20200503/mods/ra/maps/monster-tank-madness/
H A Drules.yaml97 VoiceSet: DemitriVoice
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Traits/
H A DTraitsInterfaces.cs211 string VoiceSet { get; } property