MyDungeon Documentation
![]() | CreatureRemoveCreatureFromList Method |
Removes a creature from the list
Namespace: MyDungeon.Entities
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

C#
public virtual void RemoveCreatureFromList( Creature script )
Parameters
- script
- Type: MyDungeon.EntitiesCreature
The creature instance
