All public logs

Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:46, 16 March 2025 Shr0x talk contribs created page Streaming::requestRuntimeAssetFromUrl (Created page with "{{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''resourceName:''' {{RageType|string}} — The name of the resource. *'''url:''' {{RageType|string}} — The URL from which to request the asset. ===Return value=== *'''{{RageType|Promise<boolean>}}''' — Resolves to `true` if the asset was successfully loaded, otherwise `false`. ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.requestRuntimeAssetFromUrl(string resourceName, string url) <...")