Lots of work on documenting class LuaStack

This commit is contained in:
2024-03-20 14:29:20 -04:00
parent 3d6b5224f3
commit bb83837377
7 changed files with 981 additions and 479 deletions

View File

@@ -308,7 +308,7 @@ public:
// Check if the world is authoritative.
//
bool is_authoritative() const { return LuaCoreStack::is_authoritative(world_type_); }
bool is_authoritative() const { return util::is_authoritative(world_type_); }
// Get a table showing all outstanding HTTP requests.
//