Table of Contents

Class Attack_Shove

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
public class Attack_Shove : MonoBehaviour
Inheritance
Attack_Shove
Inherited Members
Extension Methods

Constructors

Attack_Shove()

public Attack_Shove()

Fields

bot

public Bot bot

Field Value

Bot

player

public Player player

Field Value

Player

punch

public bool punch

Field Value

bool

punchSFX

public SFX_Instance punchSFX

Field Value

SFX_Instance

val

public MonsterAnimationValues val

Field Value

MonsterAnimationValues

view

public PhotonView view

Field Value

PhotonView

Methods

Attack()

public void Attack()

Collide(Collision, Bodypart)

public void Collide(Collision col, Bodypart part)

Parameters

col Collision
part Bodypart

RPCA_Hit(int, int, Vector3)

[PunRPC]
public void RPCA_Hit(int viewID, int bodyPartID, Vector3 force)

Parameters

viewID int
bodyPartID int
force Vector3

RPCA_Punch()

[PunRPC]
public void RPCA_Punch()

Start()

public void Start()

Update()

public void Update()