RefMapArrayValidate
Revision as of 05:47, 14 June 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Deletes all invalid keys (i.e. of references which no longer exist) from the specified RefMap Array. |name = RefMapArrayValidate |a...")
< [[::Category:Functions|Category:Functions]]
A function added by the JIP NVSE Plugin.
Description
Deletes all invalid keys (i.e. of references which no longer exist) from the specified RefMap Array.
Syntax
(arraySize:int) RefMapArrayValidate arrName:string
Or:
(arraySize:int) RefMapValidate arrName:string
Example
RefMapArrayValidate "someRefMap"
RefMapValidate "someRefMap"
Notes
- The function returns the size (number of elements) of the cleaned array.