[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "Ar DumpID"
Jump to navigation
Jump to search
imported>CSbot (Automated import of articles) |
imported>QQuix (Organizing the Array Functions category list) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| origin = OBSE | | origin = OBSE | ||
| summary = Does the same as ar_Dump but accepts an array ID instead of an array_var. Provided as a convenience for debugging in the console. | | summary = Does the same as [[ar_Dump]] but accepts an array ID instead of an array_var. Provided as a convenience for debugging in the console. | ||
| name = ar_DumpID | | name = ar_DumpID | ||
| arguments = | | arguments = | ||
Line 14: | Line 13: | ||
[[Category:Functions (OBSE)]] | [[Category:Functions (OBSE)]] | ||
[[Category:Functions (OBSE v0017)]] | [[Category:Functions (OBSE v0017)]] | ||
[[Category:Array | [[Category:Array Functions (OBSE)]] |
Latest revision as of 12:10, 18 September 2010
< [[::Category:Functions|Category:Functions]]
A function added by the Oblivion Script Extender.
Syntax:
(void) ar_DumpID arrayID:short
Does the same as ar_Dump but accepts an array ID instead of an array_var. Provided as a convenience for debugging in the console.