Streaming::removeIpl

From RAGE Multiplayer Wiki
Revision as of 20:27, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Removes an IPL from the map.
IPL List: pastebin.com/pwkh0uRP

Example:
C#:
Function.Call(Hash.REMOVE_IPL, 'trevorstrailertidy');

C++:
STREAMING::REMOVE_IPL('trevorstrailertidy');

iplName = Name of IPL you want to remove.

Syntax

streaming.removeIpl(iplName);

Required Arguments

  • iplName: String

Return value

  • Undefined

Example

todo

See also

Template:Streaming function c