Network::startBatch

From RAGE Multiplayer Wiki
Revision as of 04:19, 29 May 2024 by Shr0x (talk | contribs) (Created page with "{{ServersideJsFunction}} {{JSContainer| Enables manual batch mode for all global API calls, decreases overhead of automatic processing of more small packets. ==Syntax== <pre> mp.network.startBatch(); </pre> ==Example== <syntaxhighlight lang="javascript"> mp.network.startBatch(); </syntaxhighlight> }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Server-Side
Function

 JavaScript



JavaScript Syntax


Enables manual batch mode for all global API calls, decreases overhead of automatic processing of more small packets.

Syntax

mp.network.startBatch();

Example

mp.network.startBatch();