Difference between revisions of "GetArrayVariable"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>CSbot
(Automated import of articles)
 
imported>Low Post
 
Line 1: Line 1:
{{BotAddedPage|CSbot|DragoonWraith}}
{{Function
{{Function
  | origin = OBSE
  | origin = OBSE
  | summary = (GetArrayVar) - returns the value of an array variable by name, either from the calling reference's script or the specified quest.
  | summary = Returns the value of an array variable by name, either from the calling reference's script or the specified quest.
  | name = GetArrayVariable
  | name = GetArrayVariable
  | returnVal = array
  | returnVal = array
Line 17: Line 16:
   }}
   }}
}}
}}
== See Also ==
*[[HasVariable]]
*[[GlobalVariableExists]]
*[[QuestExists]]
*[[GetVariable]]
*[[GetRefVariable]]


[[Category:Functions]]
[[Category:Functions]]

Latest revision as of 03:59, 17 April 2011

< [[::Category:Functions|Category:Functions]]

A function added by the Oblivion Script Extender.

Syntax:

(array) reference.GetArrayVariable varName:string questID:ref

Returns the value of an array variable by name, either from the calling reference's script or the specified quest.


See Also