MP_vFreeClimb
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
CrossFadeInFixedTimeRPC with theClimbJumpAnimation. This makes all the networked players play theClimbJumpanimation.
| Expose Value | Overrideable | Returns |
|---|---|---|
| protected | True | Does not return anything |
No parameters
protected override void ClimbUp()
Calls the
CrossFadeInFixedTimeRPC withClimbUpWall. 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
protected override void EnterClimb()
Calls the
CrossFadeInFixedTimeRPC withEnterClimbGroundedorEnterClimbAir. 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
protected override void ExitClimb()
Calls the
CrossFadeInFixedTimeRPC withExitGroundedorExitAir. 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
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