ControllerTests ABlockAffixingPlaysASound Method Delta Engine Documentation

Namespace: Blocks.Tests
Assembly: Blocks.Tests (in Blocks.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void ABlockAffixingPlaysASound()
Examples

[Test, CloseAfterFirstFrame]
public void ABlockAffixingPlaysASound()
{
    Assert.IsFalse(sounds.BlockAffixed.IsAnyInstancePlaying);
    AdvanceTimeAndUpdateEntities(9.0f);
}
See Also