Table of Contents

Class NeedleWormAbstractAI

Namespace
Global
Assembly
Assembly-CSharp.dll
public class NeedleWormAbstractAI : AbstractCreatureAI
Inheritance
NeedleWormAbstractAI
Inherited Members

Constructors

NeedleWormAbstractAI(World, AbstractCreature)

public NeedleWormAbstractAI(World world, AbstractCreature parent)

Parameters

world World
parent AbstractCreature

Fields

migrateActive

public bool migrateActive

Field Value

bool

migrateActiveCounter

public int migrateActiveCounter

Field Value

int

mother

public AbstractCreature mother

Field Value

AbstractCreature

Properties

Small

public bool Small { get; }

Property Value

bool

Methods

AbstractBehavior(int)

public override void AbstractBehavior(int time)

Parameters

time int

BigBehavior(int)

public void BigBehavior(int time)

Parameters

time int

FindMotherInRoom(AbstractRoom)

public void FindMotherInRoom(AbstractRoom room)

Parameters

room AbstractRoom

LikeRoom()

public bool LikeRoom()

Returns

bool

SmallBehavior(int)

public void SmallBehavior(int time)

Parameters

time int