sim.setFloatSignal

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

Synopsis

sim.setFloatSignal(string signalName, float signalValue) sim.setFloatSignal(string signalName, float signalValue)

Arguments

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


See also: