Table of Contents

Class Centipede.CentipedeState

Namespace
Global
Assembly
Assembly-CSharp.dll
public class Centipede.CentipedeState : HealthState
Inheritance
Centipede.CentipedeState
Inherited Members

Constructors

CentipedeState(AbstractCreature)

public CentipedeState(AbstractCreature creature)

Parameters

creature AbstractCreature

Fields

meatInitated

public bool meatInitated

Field Value

bool

shells

public bool[] shells

Field Value

bool[]

Methods

CycleTick()

public override void CycleTick()

LoadFromString(string[])

public override void LoadFromString(string[] s)

Parameters

s string[]

ToString()

public override string ToString()

Returns

string