AllowJump( <player jump> )


Module: Player

Summary:

Sets whether the player can jump



Call this on:

The player



Example:

level.player AllowJump(false);



Required Args:

  • 1 : <player jump>: A boolean. True if the player can jump, and false otherwise