ClothCreepStateChangerTests CheckForIceTowerEffect Method Delta Engine Documentation

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

public void CheckForIceTowerEffect()
Examples

[Test, CloseAfterFirstFrame]
public void CheckForIceTowerEffect()
{
    ClothCreepStateChanger.ChangeStatesIfClothCreep(TowerType.Ice, creep);
    Assert.IsTrue(creep.State.Slow);
    Assert.AreEqual(-1, creep.State.SlowTimer);
}
See Also