Added viewing and modifying local vars for critters to the debug editor.

This commit is contained in:
NovaRain
2019-06-15 09:57:14 +08:00
parent ddda559898
commit 04d06a8167
11 changed files with 169 additions and 9 deletions
+1
View File
@@ -266,6 +266,7 @@
#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_map_enter_position sfall_func0("get_map_enter_position")
#define get_metarule_table sfall_func0("get_metarule_table")
#define get_object_ai_data(obj, aiParam) sfall_func2("get_object_ai_data", obj, aiParam)
#define get_object_data(obj, offset) sfall_func2("get_object_data", obj, offset)
#define get_outline(obj) sfall_func1("get_outline", obj)