Osiris/API/SetVarFloat3

From Divinity Engine Wiki
Revision as of 18:55, 20 December 2017 by LarIlya (talk | contribs) (Created page with "===== Full Definition(s) ===== * call '''SetVarFloat3'''(''(GUIDSTRING)'''''_Source''', ''(STRING)'''''_VarName''', ''(REAL)'''''_X''', ''(REAL)'''''_Y''', ''(REAL)'''''_Z''')...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • call SetVarFloat3((GUIDSTRING)_Source, (STRING)_VarName, (REAL)_X, (REAL)_Y, (REAL)_Z)
Description

Sets the value of the variable %<_Varname> to {_X;_Y;_Z}, if the variable exists and is of the FLOAT type.

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 call.
See Also