Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Built-in functions:

  • void info(const char* format, …); // Print a string to the info log

  • void info(const String& message); // Print a string to the info log

  • void warning(const char* format, …); // Print a string to the warning log

  • void warning(const String& message); // Print a string to the warning log

  • void error(const char* format, …); // Print a string to the error log

  • void error(const String& message); // Print a string to the error log

All function from cmath and cstdlib are exposed to the Atoms scripting.