engineStreamingRestoreBufferSize | Multi Theft Auto: Wiki Skip to content

engineStreamingRestoreBufferSize

Client-side
Server-side
Shared

Added in 1.6.0 r21874

This function resets the streaming buffer. The value is automatically reset when disconnected.

OOP Syntax Help! I don't understand this!

Syntax

nil engineStreamingRestoreBufferSize ( )

Returns

  • nil: nothing

This function returns nothing.

Code Examples

client

This example restores streaming buffer size.

addEventHandler("onClientResourceStart", resourceRoot, function()
engineStreamingRestoreBufferSize()
end)

See Also

Engine Functions