[ HasEmitter ]
public virtual signal void query_variable (string variable, ref Value value)
Emitted whenever service needs to know the value of variable.
Handler should fill value with the value of variable.
| variable |
the variable that is being queried |
| value |
the location of the Value of the variable |