Documentation
›
API Reference
›
Object
›
Widget
SetString
Lua
C++
This function sets a user-defined string variable in a widget script.
Syntax
void
SetString
(const std::string& name, const std::string& value)
Parameters
name:
name of the variable to set.
value:
value to set.