Rigs of Rods 2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
globals.h
Go to the documentation of this file.
1/*
2This source file is part of Rigs of Rods
3
4For more information, see http://www.rigsofrods.org/
5
6Rigs of Rods is free software: you can redistribute it and/or modify
7it under the terms of the GNU General Public License version 3, as
8published by the Free Software Foundation.
9
10Rigs of Rods is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13GNU General Public License for more details.
14
15You should have received a copy of the GNU General Public License
16along with Rigs of Rods. If not, see <http://www.gnu.org/licenses/>.
17*/
18// created on 25th May 2011.
19
28namespace Script2Game {
29
34void log(const string message);
35
40void print(const string message);
41
42} // namespace Script2Game
43
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
void log(const string message)
This is an alias for game.log(string message).
void print(const string message)
This is an alias for game.log(string message).