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
worldWorldparentAbstractCreature
Fields
migrateActive
public bool migrateActive
Field Value
migrateActiveCounter
public int migrateActiveCounter
Field Value
mother
public AbstractCreature mother
Field Value
Properties
Small
public bool Small { get; }
Property Value
Methods
AbstractBehavior(int)
public override void AbstractBehavior(int time)
Parameters
timeint
BigBehavior(int)
public void BigBehavior(int time)
Parameters
timeint
FindMotherInRoom(AbstractRoom)
public void FindMotherInRoom(AbstractRoom room)
Parameters
roomAbstractRoom
LikeRoom()
public bool LikeRoom()
Returns
SmallBehavior(int)
public void SmallBehavior(int time)
Parameters
timeint