Click or drag to resize
IMySlimBlockPlayConstructionSound Method

[This is preliminary documentation and is subject to change.]

Play the construction sound associated with the integrity change

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
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