Creature.RemoveCreatureFromList Method

MyDungeon

CreatureRemoveCreatureFromList Method

Removes a creature from the list

Namespace:  MyDungeon.Entities
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual void RemoveCreatureFromList(
	Creature script
)

Parameters

script
Type: MyDungeon.EntitiesCreature
The creature instance
See Also