EngineStreamingRestoreBufferSize: Difference between revisions
Jump to navigation
Jump to search
m (Add a line break) |
mNo edit summary |
||
Line 2: | Line 2: | ||
{{Client function}} | {{Client function}} | ||
This function resets the streaming buffer. The value is automatically reset when disconnected. | |||
This function resets the streaming buffer. | |||
The value is automatically reset when disconnected. | |||
==Syntax== | ==Syntax== | ||
Line 12: | Line 10: | ||
===Returns=== | ===Returns=== | ||
Returns ''true'' if the event occurred, otherwise it throws an error message. | Returns ''true'' if the event occurred, otherwise it throws an error message and returns ''false''. | ||
==Requirements== | ==Requirements== |
Revision as of 09:36, 30 June 2024
This function resets the streaming buffer. The value is automatically reset when disconnected.
Syntax
bool engineStreamingRestoreBufferSize()
Returns
Returns true if the event occurred, otherwise it throws an error message and returns false.
Requirements
This template will be deleted.
Example
Click to collapse [-]
ClientThis example restores streaming buffer size.
addEventHandler("onClientResourceStart", resourceRoot, function() engineStreamingRestoreBufferSize() end )
See Also
- engineAddImage
- engineApplyShaderToWorldTexture
- engineFreeModel
- engineGetModelFlags
- engineGetModelIDFromName
- engineGetModelLODDistance
- engineGetModelNameFromID
- engineGetModelPhysicalPropertiesGroup
- engineGetModelTextureNames
- engineGetModelTextures
- engineGetModelTXDID
- engineGetModelVisibleTime
- engineGetObjectGroupPhysicalProperty
- engineGetSurfaceProperties
- engineGetVisibleTextureNames
- engineImageGetFilesCount
- engineImageGetFiles
- engineImageGetFile
- engineImageLinkDFF
- engineImageLinkTXD
- engineImportTXD
- engineLoadCOL
- engineLoadDFF
- engineLoadIMG
- engineLoadIFP
- engineLoadTXD
- engineRemoveImage
- engineRemoveShaderFromWorldTexture
- engineReplaceAnimation
- engineReplaceCOL
- engineReplaceModel
- engineRequestModel
- engineResetModelFlags
- engineResetModelLODDistance
- engineResetSurfaceProperties
- engineRestoreAnimation
- engineRestoreCOL
- engineRestoreDFFImage
- engineRestoreModel
- engineRestoreModelPhysicalPropertiesGroup
- engineRestoreObjectGroupPhysicalProperties
- engineRestoreTXDImage
- engineRestreamWorld
- engineSetAsynchronousLoading
- engineSetModelFlag
- engineSetModelFlags
- engineSetModelLODDistance
- engineSetModelPhysicalPropertiesGroup
- engineSetModelVisibleTime
- engineSetObjectGroupPhysicalProperty
- engineSetSurfaceProperties
- engineStreamingFreeUpMemory
- engineStreamingGetUsedMemory