|
OpenTTD Source
13.2.1
|
Helper class to keep track of command nesting level. More...
#include <command_func.h>
Public Member Functions | |
| bool | IsTopLevel () const |
| Are we in the top-level command execution? | |
Static Private Attributes | |
| static int | _counter = 0 |
Helper class to keep track of command nesting level.
Definition at line 69 of file command_func.h.