IMySlimBlockPlayConstructionSound Method |
[This is preliminary documentation and is subject to change.]
Play the construction sound associated with the integrity change
Namespace: VRage.Game.ModAPIAssembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax void PlayConstructionSound(
MyIntegrityChangeEnum integrityChangeType,
bool deconstruction = false
)
Parameters
- integrityChangeType
- Type: VRage.Game.ModAPIMyIntegrityChangeEnum
Type of integrity change - deconstruction (Optional)
- Type: SystemBoolean
Is this deconstruction?
See Also