mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Added sfall_func7 and sfall_func8 new opcodes
Added 3 new attrType values to "get_window_attribute" function. Minor code edits.
This commit is contained in:
@@ -286,8 +286,11 @@
|
||||
#define get_flags(obj) sfall_func1("get_flags", obj)
|
||||
#define get_ini_section(file, sect) sfall_func2("get_ini_section", file, sect)
|
||||
#define get_ini_sections(file) sfall_func1("get_ini_sections", file)
|
||||
#define get_interface_rect(winType) sfall_func2("get_window_attribute", winType, -1)
|
||||
#define get_interface_x(winType) sfall_func2("get_window_attribute", winType, 1)
|
||||
#define get_interface_y(winType) sfall_func2("get_window_attribute", winType, 2)
|
||||
#define get_interface_width(winType) sfall_func2("get_window_attribute", winType, 3)
|
||||
#define get_interface_height(winType) sfall_func2("get_window_attribute", winType, 4)
|
||||
#define get_inven_ap_cost sfall_func0("get_inven_ap_cost")
|
||||
#define get_map_enter_position sfall_func0("get_map_enter_position")
|
||||
#define get_metarule_table sfall_func0("get_metarule_table")
|
||||
|
||||
Reference in New Issue
Block a user