Table of Contents

Class AIBodyPiece

Namespace
FistVR
Assembly
Assembly-CSharp.dll
public class AIBodyPiece : FVRDestroyableObject, IFVRDamageable
Inheritance
AIBodyPiece
Implements
Derived
Inherited Members

Constructors

AIBodyPiece()

public AIBodyPiece()

Fields

DamagePlates

public AIDamagePlate[] DamagePlates

Field Value

AIDamagePlate[]

IsPlateDamaged

public bool IsPlateDamaged

Field Value

bool

IsPlateDisabled

public bool IsPlateDisabled

Field Value

bool

UsesPlateSystem

public bool UsesPlateSystem

Field Value

bool

Methods

Awake()

public override void Awake()

CheckPlateDamage()

public virtual void CheckPlateDamage()

FixedUpdate()

public virtual void FixedUpdate()

ResetAllPlates()

public void ResetAllPlates()

SetPlateDamaged(bool)

public virtual bool SetPlateDamaged(bool b)

Parameters

b bool

Returns

bool

SetPlateDisabled(bool)

public virtual bool SetPlateDisabled(bool b)

Parameters

b bool

Returns

bool

Update()

public override void Update()