Streaming::releaseRuntimeAsset: 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.

16 March 2025

  • curprev 17:4817:48, 16 March 2025Shr0x talk contribs 554 bytes +554 Created page with "{{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''resourceName:''' {{RageType|string}} or {{RageType|number}} — The name or handle of the asset to release. ===Return value=== *'''{{RageType|void}}''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.releaseRuntimeAsset(resourceName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.game.streaming.releaseRuntimeAsset("myAsset"); </syntaxhighlight> }} ==See also== {..."