Table of Contents

Class YellowAI.YellowPack

Namespace
Global
Assembly
Assembly-CSharp.dll
public class YellowAI.YellowPack
Inheritance
YellowAI.YellowPack
Inherited Members

Constructors

YellowPack(AbstractCreature)

public YellowPack(AbstractCreature firstLizard)

Parameters

firstLizard AbstractCreature

Fields

members

public List<YellowAI.YellowPack.PackMember> members

Field Value

List<YellowAI.YellowPack.PackMember>

packName

public string packName

Field Value

string

Properties

LeaderDominance

public float LeaderDominance { get; }

Property Value

float

PackLeader

public AbstractCreature PackLeader { get; }

Property Value

AbstractCreature

Methods

AddLizard(AbstractCreature)

public void AddLizard(AbstractCreature newLizard)

Parameters

newLizard AbstractCreature

FindLeader()

public void FindLeader()

RemoveLizard(AbstractCreature)

public void RemoveLizard(AbstractCreature removeLizard)

Parameters

removeLizard AbstractCreature

RemoveLizard(int)

public void RemoveLizard(int index)

Parameters

index int

Update()

public void Update()