# Set Minimum Letterbox Height

Grammar — Set minimum letterbox height to height|Height
FlagsNative | Action

Changes the minimum height of the top and bottom black bars that appear during letterbox screen mode.

# Arguments

  • int — Height

Returns — void

native void UISetMinimumLetterboxHeight(int inHeight);

Category: UI / Game UI

# Examples

# campaigns/swarmstoryutil.sc2mod

Lib281DEC45.galaxy

// L230
UISetMinimumLetterboxHeight(0)

# campaigns/voidstory.sc2campaign

VoidCampaignStoryLib.galaxy

// L605
UISetMinimumLetterboxHeight(0)

# mods/missionpacks/novacampaign.sc2mod

LibNCST.galaxy

// L537
UISetMinimumLetterboxHeight(0)