Difference between revisions of "GetVMScriptVariable"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Threedee
m (→‎Examples: disambiguation)
imported>Threedee
m (grammar, terminology)
Line 3: Line 3:
[[Category:Condition Functions]]
[[Category:Condition Functions]]


Returns the value of a selected references script variable.  
Returns the value of a selected script variable.  


==Examples==
==Examples==

Revision as of 22:20, 4 July 2012


Returns the value of a selected script variable.

Examples

  • In order to use a script Property as a condition, you must use the "Conditional" Keyword when declaring the ScriptName and Property.
ScriptName MyScriptName extends ObjectReference Conditional

Int Property MyInt Auto Conditional