simSetFloatSignal

Sets the value of a double signal. A signal created in a child script, a customization script or in the main script is automatically cleared when the script ends

C++ synopsis

int simSetFloatSignal(const char* signalName, double signalValue)

Arguments

  • signalName: name of the signal
  • signalValue: value of the signal

Return

  • -1 if operation was not successful


See also: