simSetInt32Signal

Sets the value of an integer 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 simSetInt32Signal(const char* signalName, int signalValue)

Arguments

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

Return

  • -1 if operation was not successful


See also: