Query value of a specific variable as 64bit floating point.
Syntax |
double get_double(const string &in name) |
---|---|
name |
Variable name |
Result |
Return value read |
Notes |
For more information about the variable, see the section on default variables. |
Example of use:
bool execute(pan3d::object @panel) { ... double v1 = panel.get_double("item1.posX"); ... } |