Table of Contents

Class Attacks_Worm

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

Constructors

Attacks_Worm()

public Attacks_Worm()

Fields

attachSFX

public SFX_Instance attachSFX

Field Value

SFX_Instance

bot

public Bot bot

Field Value

Bot

detachSFX

public SFX_Instance detachSFX

Field Value

SFX_Instance

dragForce

public float dragForce

Field Value

float

findOtherTargetTimer

public float findOtherTargetTimer

Field Value

float

force

public float force

Field Value

float

forceCurve

public AnimationCurve forceCurve

Field Value

AnimationCurve

headForce

public float headForce

Field Value

float

hip

public Rigidbody hip

Field Value

Rigidbody

holdLoop

public AudioSource holdLoop

Field Value

AudioSource

joint1

public Joint joint1

Field Value

Joint

joint2

public Joint joint2

Field Value

Joint

jointPlayer1

public Player jointPlayer1

Field Value

Player

jointPlayer2

public Player jointPlayer2

Field Value

Player

jumpCor

public Coroutine jumpCor

Field Value

Coroutine

loungeCounter

public float loungeCounter

Field Value

float

otherTarget

public Player otherTarget

Field Value

Player

player

public Player player

Field Value

Player

pullSFX

public SFX_Instance pullSFX

Field Value

SFX_Instance

sinceAttach

public float sinceAttach

Field Value

float

syncer

public MonsterSyncer syncer

Field Value

MonsterSyncer

taseCounter

public float taseCounter

Field Value

float

view

public PhotonView view

Field Value

PhotonView

Methods

FixedUpdate()

public void FixedUpdate()

RPCA_UnAttach()

[PunRPC]
public void RPCA_UnAttach()

RPCA_WormAttach(int, bool)

[PunRPC]
public void RPCA_WormAttach(int targetID, bool isFirst)

Parameters

targetID int
isFirst bool

RPCA_WormJump(int, bool)

[PunRPC]
public void RPCA_WormJump(int targetID, bool firstJump)

Parameters

targetID int
firstJump bool

Start()

public void Start()

UnAttachAll()

public void UnAttachAll()