ClothCreepStateChangerTests CheckForFireTowerOnDryClothCreep 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 CheckForFireTowerOnDryClothCreep()
Examples

[Test, CloseAfterFirstFrame]
public void CheckForFireTowerOnDryClothCreep()
{
    ClothCreepStateChanger.ChangeStatesIfClothCreep(TowerType.Fire, creep);
    Assert.IsTrue(creep.State.Burst);
    Assert.AreEqual(0, creep.State.BurstTimer);
}
See Also