Class Bot_AnglerMimic
- Namespace
- DefaultNamespace
- Assembly
- Assembly-CSharp.dll
public class Bot_AnglerMimic : MonoBehaviour
- Inheritance
-
Bot_AnglerMimic
- Inherited Members
-
- Extension Methods
-
Constructors
Bot_AnglerMimic()
Fields
angler
Field Value
- Bot_Angler
avoidPlayerDistance
public float avoidPlayerDistance
Field Value
- float
avoidingPlayer
public bool avoidingPlayer
Field Value
- bool
bot
Field Value
- Bot
customRotationSpeed
public float customRotationSpeed
Field Value
- float
fakeFlashLight_grc
public FakeFlashLight fakeFlashLight_grc
Field Value
- FakeFlashLight
maxTimeBetweenJumps
public float maxTimeBetweenJumps
Field Value
- float
minTimeBeforeWalkSprintSwitch
public float minTimeBeforeWalkSprintSwitch
Field Value
- float
minTimeBetweenJumps
public float minTimeBetweenJumps
Field Value
- float
player
[HideInInspector]
public Player player
Field Value
- Player
runFromPlayerDistance
public float runFromPlayerDistance
Field Value
- float
runToPlayerDistance
public float runToPlayerDistance
Field Value
- float
tauntDistance
public float tauntDistance
Field Value
- float
tauntingPlayer
public bool tauntingPlayer
Field Value
- bool
timeSinceWalkSprintSwitch
public float timeSinceWalkSprintSwitch
Field Value
- float
timeToNextJump
public float timeToNextJump
Field Value
- float
view
Field Value
- PhotonView
Properties
AvoidingPlayer
public bool AvoidingPlayer { get; set; }
Property Value
- bool
DistToTarget
public float DistToTarget { get; }
Property Value
- float
HasAnglerDaddy
public bool HasAnglerDaddy { get; }
Property Value
- bool
IsFlashLightOn
public bool IsFlashLightOn { get; }
Property Value
- bool
Sprint
public bool Sprint { get; set; }
Property Value
- bool
TauntingPlayer
public bool TauntingPlayer { get; set; }
Property Value
- bool
Methods
AssignAngler(Bot_Angler)
public void AssignAngler(Bot_Angler botAngler)
Parameters
botAngler
Bot_Angler
FindAngler()
Jump()
RPCA_MimicJump()
[PunRPC]
public void RPCA_MimicJump()
RPCA_ToggleFlashLight(bool)
[PunRPC]
public void RPCA_ToggleFlashLight(bool on)
Parameters
on
bool
Start()
Update()