Difference between revisions of "GetRefVariable"

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
Line 18: Line 17:
   }}
   }}
}}
}}
== See Also ==
*[[HasVariable]]
*[[GlobalVariableExists]]
*[[QuestExists]]
*[[GetVariable]]
*[[GetArrayVariable]]


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

Latest revision as of 03:57, 17 April 2011

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

A function added by the Oblivion Script Extender.

Syntax:

(reference:ref) reference.GetRefVariable varName:string questID:ref

Returns the reference stored in a ref variable by name, either from the calling reference's script or the specified quest.


See Also