SoundListgetComponentSound Method |
[Missing <summary> documentation for "M:Planetbase.SoundList.getComponentSound(Planetbase.ComponentType)"]
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic ComponentSoundDefinition getComponentSound(
ComponentType componentType
)
Public Function getComponentSound (
componentType As ComponentType
) As ComponentSoundDefinition
public:
ComponentSoundDefinition^ getComponentSound(
ComponentType^ componentType
)
Parameters
- componentType
- Type: PlanetbaseComponentType
[Missing <param name="componentType"/> documentation for "M:Planetbase.SoundList.getComponentSound(Planetbase.ComponentType)"]
Return Value
Type:
ComponentSoundDefinition[Missing <returns> documentation for "M:Planetbase.SoundList.getComponentSound(Planetbase.ComponentType)"]
See Also