query_variable


Description:

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.

Parameters:

variable

The variable that is being queried

value

The location of the Value of the variable