Перейти к содержанию

Browser::reload

Материал из RAGE MP Wiki Archive
Версия от 08:56, 7 мая 2018; imported>MrPancakers (Using old browser template)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Reloads current page.

Syntax

<syntaxhighlight lang="javascript">browser.reload(ignoreCache);</syntaxhighlight>

Required Arguments

  • ignoreCache: true to ignore cache

Example

<syntaxhighlight lang="javascript"> let browser = mp.browsers.at(0); if(browser) {

   browser.reload(false);

} </syntaxhighlight>

See also