Difference between revisions of "RefMapArrayErase"
Jump to navigation
Jump to search
imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Erases the element with a <i>Key</i> matching the specified <i>Object</i>, in the specified RefMap Array. |name = RefMapArrayErase...") |
imported>Jazzisparis |
||
Line 4: | Line 4: | ||
|name = RefMapArrayErase | |name = RefMapArrayErase | ||
|alias = RefMapErase | |alias = RefMapErase | ||
|returnType = arraySize:int | |||
|referenceType = reference | |referenceType = reference | ||
|arguments = | |arguments = | ||
Line 18: | Line 19: | ||
RefMapErase "someRefMap" ArmorCombat | RefMapErase "someRefMap" ArmorCombat | ||
}} | }} | ||
==Notes== | |||
*The function returns the new size (number of elements) of the array. | |||
==See Also== | ==See Also== | ||
[[Category:Functions_(JIP)]] | [[Category:Functions_(JIP)]] | ||
[[Category:RefMap Array Functions (JIP)]] | [[Category:RefMap Array Functions (JIP)]] |
Latest revision as of 06:28, 14 June 2015
< [[::Category:Functions|Category:Functions]]
A function added by the JIP NVSE Plugin.
Description
Erases the element with a Key matching the specified Object, in the specified RefMap Array.
Syntax
(arraySize:int) reference.RefMapArrayErase arrName:string baseForm:ref
Or:
(arraySize:int) reference.RefMapErase arrName:string baseForm:ref
Example
RaulRef.RefMapArrayErase "someRefMap"
RefMapErase "someRefMap" ArmorCombat
Notes
- The function returns the new size (number of elements) of the array.