Initial implementation of 'engio' finished

This commit is contained in:
2023-10-24 15:49:43 -04:00
parent 7f5744da2d
commit c0c360a3a7
8 changed files with 49 additions and 25 deletions

View File

@@ -355,7 +355,7 @@ private:
// Invoke a player method, used by the graphics engine to control the player.
//
void invoke_player(int64_t actor_id, int64_t place_id, std::string_view datapack);
void invoke_engio(int64_t actor_id, int64_t place_id, std::string_view datapack);
// Invoke a lua string.
//