Table of Contents

Class PlayerNPCState

Namespace
MoreSlugcats
Assembly
Assembly-CSharp.dll
public class PlayerNPCState : PlayerState
Inheritance
PlayerNPCState
Inherited Members

Constructors

PlayerNPCState(AbstractCreature, int)

public PlayerNPCState(AbstractCreature abstractCreature, int playerNumber)

Parameters

abstractCreature AbstractCreature
playerNumber int

Fields

DieOfStarvation

public bool DieOfStarvation

Field Value

bool

Drone

public bool Drone

Field Value

bool

Glowing

public bool Glowing

Field Value

bool

HasCloak

public bool HasCloak

Field Value

bool

HasMark

public bool HasMark

Field Value

bool

KarmaLevel

public int KarmaLevel

Field Value

int

Malnourished

public bool Malnourished

Field Value

bool

StomachObject

public AbstractPhysicalObject StomachObject

Field Value

AbstractPhysicalObject

player

public AbstractCreature player

Field Value

AbstractCreature

Methods

CycleTick()

public override void CycleTick()

LoadFromString(string[])

public override void LoadFromString(string[] s)

Parameters

s string[]

ToString()

public override string ToString()

Returns

string