Back To Index

MP_vFreeClimb

Jump To Function Definitions


Function Definitions

Select the function name from below to jump directly to it on this page.

ClimbJump
ClimbUp
EnterClimb
ExitClimb
Start


protected override void ClimbJump()

Calls CrossFadeInFixedTime RPC with the ClimbJump Animation. This makes all the networked players play the ClimbJump animation.

Expose Value Overrideable Returns
protected True Does not return anything

No parameters

Back To Top


protected override void ClimbUp()

Calls the CrossFadeInFixedTime RPC with ClimbUpWall. This is to have the network players mimic the climbing animatiosn of the owner.

Expose Value Overrideable Returns
protected True Does not return anything

No parameters

Back To Top


protected override void EnterClimb()

Calls the CrossFadeInFixedTime RPC with EnterClimbGrounded or EnterClimbAir. This is to have the network players mimic climbing animations of the owner.

Expose Value Overrideable Returns
protected True Does not return anything

No parameters

Back To Top


protected override void ExitClimb()

Calls the CrossFadeInFixedTime RPC with ExitGrounded or ExitAir. This is to have the network players mimic the climbing animations of the owner.

Expose Value Overrideable Returns
protected True Does not return anything

No parameters

Back To Top


protected override void Start()

Disables this component if you’re a networked player and not the owner player.

Expose Value Overrideable Returns
protected True Does not return anything

No parameters

Back To Top