void PlayerLocomotion.ToggleClimb(bool value)
7/14/25Less than 1 minute
Member of ML.SDK.PlayerLocomotion
Method
void PlayerLocomotion.ToggleClimb(bool value)
void PlayerLocomotion.ToggleClimb(bool value);Parameters
| Parameter | Type | Description |
|---|---|---|
| value | bool | Toggle value. True if the player can climb the walls, false otherwise. |
Returns
Summary
Toggle if the player can climb the walls or not.

