~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/scripting/lua_game.h

  • Committer: The Widelands Bunnybot
  • Date: 2025-02-05 18:23:09 UTC
  • Revision ID: bunnybot@widelands.org-20250205182309-2g424fbzhfwykt6y
install-dependencies.sh: Don't error on MacOS when all dependencies already installed. (CB #4983 / GH #6623)

Co-authored-by: Malte Dostal <malte.dostal@gmail.com>

(by bunnybot)
d4c9023cc7b76bdc01bb80fddee5f8fd407496eb

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
        int get_produced_wares_count(lua_State* L);
112
112
        int set_attack_forbidden(lua_State* L);
113
113
        int is_attack_forbidden(lua_State* L);
114
 
        int cancel_trade(lua_State* L);
115
 
        int reject_trade(lua_State* L);
116
 
        int retract_trade(lua_State* L);
117
114
 
118
115
        /*
119
116
         * C methods