Added "create_win" script function and InterfaceDontMoveOnTop option (from Mr.Stalin)

This commit is contained in:
NovaRain
2018-09-23 16:13:20 +08:00
parent 27f2d57ebd
commit f7fe463f42
12 changed files with 66 additions and 3 deletions
+2
View File
@@ -223,6 +223,8 @@
#define attack_is_aimed sfall_func0("attack_is_aimed")
#define car_gas_amount sfall_func0("car_gas_amount")
#define create_win(winName, x, y, w, h) sfall_func5("create_win", winName, x, y, w, h)
#define create_win_flag(winName, x, y, w, h, flag) sfall_func6("create_win", winName, x, y, w, h, flag)
#define critter_inven_obj2(obj, type) sfall_func2("critter_inven_obj2", obj, type)
#define dialog_message(text) sfall_func1("dialog_message", text)
#define display_stats sfall_func0("display_stats")