Class InfiltratorSpawner
- Namespace
- DefaultNamespace
- Assembly
- Assembly-CSharp.dll
public class InfiltratorSpawner : MonoBehaviour, IBudgetCost, IHasPatrolGroup
- Inheritance
-
InfiltratorSpawner
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
InfiltratorSpawner()
public InfiltratorSpawner()
Fields
forceSpawn
Field Value
- bool
infiltratorComponent
public Bot_Infiltrator infiltratorComponent
Field Value
- Bot_Infiltrator
infiltratorPrefab
public GameObject infiltratorPrefab
Field Value
- GameObject
spawnedInfiltrator
public Bot_Infiltrator spawnedInfiltrator
Field Value
- Bot_Infiltrator
timeAlive
Field Value
- float
Properties
Cost
Property Value
- int
Infiltrating
public bool Infiltrating { get; }
Property Value
- bool
Rarity
public float Rarity { get; }
Property Value
- float
Methods
Awake()
FindMimicTarget(out Player, out Player)
public bool FindMimicTarget(out Player hitTarget, out Player mimicTarget)
Parameters
hitTarget
Player
mimicTarget
Player
Returns
- bool
GetGroup()
public List<PatrolPoint.PatrolGroup> GetGroup()
Returns
- List<PatrolPoint.PatrolGroup>
Update()