# Set Player Bounds

Grammar — Set Bounds for player to region
FlagsNative | Action

This does not affect pathing. Passing in a null region will reset to the global playable bounds. The provided region will be clamped within the global playable bounds.

# Arguments

  • int — Player
  • region — Region

Returns — void

native void PlayerSetBounds(int inPlayer, region inRegion);

Category: Player / Player Settings

# Examples

— None found —