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
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()
RemoveLizard(AbstractCreature)
public void RemoveLizard(AbstractCreature removeLizard)
Parameters
removeLizard AbstractCreature
RemoveLizard(int)
public void RemoveLizard(int index)
Parameters
index int
Update()