Streaming::forceStreamingUpdate: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 April 2024

  • curprev 10:4310:43, 23 April 2024Shr0x talk contribs 734 bytes +734 Created page with "__NOTOC__ {{ClientsideJsFunction}} Forcefully update ('reload') streaming. {{JSContainer| === Return Value === *'''void''' {{RageType|void}} ==Syntax== <pre> mp.game.streaming.forceStreamingUpdate(); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="javascript"> const [position, dimension, heading] = [mp.players.local.position, mp.players.local.dimension, mp.players.local.getHeading()]; const ped = mp.peds.new(mp.game.joaat("mp_m_freemode_01"), position, hea..."