Regular API function
simAddStatusbarMessage / sim.addStatusbarMessage
Description
DEPRECATED. Use
sim.addLog
instead.
C/C++
synopsis
simInt simAddStatusbarMessage(const simChar* message)
C/C++
parameters
message
: message. Will clear the status bar if message is nullptr. If message has an "@html" suffix, then the statusbar will correctly interpret html font color tags, e.g.:
<font color="#F00">Hello</font> World!@html
C/C++
return value
-1 if operation was not successful
Lua synopsis
sim.addStatusbarMessage(string message)
Lua parameters
Similar to the C-function counterpart
Lua return values