# Set Next Loading Screen Image Scale

Grammar — Set the next loading screen image scale to scale
FlagsNative | Action

Sets the next loading screen image scaling method if transitioning to a new map from the current one.

# Arguments

Returns — void

native void UISetNextLoadingScreenImageScale(
	int imageScale,
);

Category: UI / Transitions

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L8404
UISetNextLoadingScreenImageScale(c_scaleAspect)
// L8413
UISetNextLoadingScreenImageScale(c_scaleAspect)
// L8467
UISetNextLoadingScreenImageScale(c_scaleAspect)

# campaigns/swarmstory.sc2campaign

SwarmCampaignLib.galaxy

// L13220
UISetNextLoadingScreenImageScale(c_scaleAspect)

# campaigns/voidstory.sc2campaign

VoidCampaignLib.galaxy

// L6872
UISetNextLoadingScreenImageScale(c_scaleAspect)

# mods/missionpacks/campaigncommon.sc2mod

LibComC.galaxy

// L3026
UISetNextLoadingScreenImageScale(c_scaleAspect)

# mods/voidprologue.sc2mod

LibA3DDD02B.galaxy

// L6342
UISetNextLoadingScreenImageScale(c_scaleAspect)