Table of Contents

Class SmallNeedleWorm

Namespace
Global
Assembly
Assembly-CSharp.dll
public class SmallNeedleWorm : NeedleWorm, ILookingAtCreatures, IPlayerEdible
Inheritance
SmallNeedleWorm
Implements
Inherited Members

Constructors

SmallNeedleWorm(AbstractCreature, World)

public SmallNeedleWorm(AbstractCreature abstractCreature, World world)

Parameters

abstractCreature AbstractCreature
world World

Fields

bites

public int bites

Field Value

int

hasScreamed

public bool hasScreamed

Field Value

bool

momTailSegment

public int momTailSegment

Field Value

int

screamCounter

public float screamCounter

Field Value

float

Properties

AbstractMother

public AbstractCreature AbstractMother { get; }

Property Value

AbstractCreature

AutomaticPickUp

public bool AutomaticPickUp { get; }

Property Value

bool

BitesLeft

public int BitesLeft { get; }

Property Value

int

Edible

public bool Edible { get; }

Property Value

bool

FoodPoints

public int FoodPoints { get; }

Property Value

int

HangingOnMother

public BigNeedleWorm HangingOnMother { get; }

Property Value

BigNeedleWorm

Mother

public BigNeedleWorm Mother { get; }

Property Value

BigNeedleWorm

MotherAttachable

public bool MotherAttachable { get; }

Property Value

bool

SmallAI

public SmallNeedleWormAI SmallAI { get; }

Property Value

SmallNeedleWormAI

Methods

Act()

public override void Act()

BitByPlayer(Grasp, bool)

public void BitByPlayer(Creature.Grasp grasp, bool eu)

Parameters

grasp Creature.Grasp
eu bool

ClosestCreature()

public Creature ClosestCreature()

Returns

Creature

Die()

public override void Die()

HangOnMom()

public void HangOnMom()

PlaceInRoom(Room)

public override void PlaceInRoom(Room placeRoom)

Parameters

placeRoom Room

RecreateSticksFromAbstract()

public override void RecreateSticksFromAbstract()

Scream()

public void Scream()

SmallScream(bool)

public void SmallScream(bool motherRespond)

Parameters

motherRespond bool

ThrowByPlayer()

public void ThrowByPlayer()

Update(bool)

public override void Update(bool eu)

Parameters

eu bool