Osiris/API/GetVarString

From Divinity Engine Wiki
Jump to: navigation, search
Full Definition(s)
  • query GetVarString([in](GUIDSTRING)_Source, [in](String)_Varname, [out](STRING)_VarValue)
Description

Returns the value of the variable %<_Varname> of _Source, if it is a String.

Return Values
  • Success/Failure: Fails if _Source does not exist, or if the variable does not exist (or exists but has the wrong type).
  • _VarValue: The value of the queried String.
Notes
  • The variable has to be global. The _Varname does not include the prefix % that is used for global variables in behaviourscript. E.g. a variable that is called %Variable in behaviourscript would simply be Variable for the purposes of this query.
See Also