Table of Contents

JSONArray::remove

There is no doc-string available for this function.

Syntax

script JSONArray::remove(string %this, string %item, string %max, string %noDelete);

Parameters

string %this
No description available.

string %item
No description available.

string %max
No description available.

string %noDelete
No description available.

Return value

script
No description available.

Remarks

Examples

Source

Add-Ons/System_BlocklandGlass/resources/Support_Updater/common/support/jettison.cs:619

See also

JSONArray::append
JSONArray::clear
JSONArray::contains
JSONArray::describe
JSONArray::get
JSONArray::getLength
JSONArray::onAdd
JSONArray::onRemove
JSONArray::prepend

References

This function is not called by any other functions.