sim.setInt32Signal

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

Synopsis

sim.setInt32Signal(string signalName, int signalValue) sim.setInt32Signal(string signalName, int signalValue)

Arguments

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


See also: