ReloadPlacement

Overview

Requests placement reload. Works only if automatic reloading is disabled.

Syntax

ReloadPlacement(placementName)

placementName (REQUIRED)

string Unique name of placement. The same name will be used in gravite.net account.

returns bool – True if call ends in causing a placement to reload, false otherwise.

Examples

ReloadPlacement("BannerPlacement");

Last updated