We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3a8ba commit 5b59f60Copy full SHA for 5b59f60
devel/dump-offsets.lua
@@ -167,6 +167,8 @@ GLOBALS = {
167
next_unit_global_id = "unit_next_id",
168
next_vehicle_global_id = "vehicle_next_id",
169
next_written_content_global_id = "written_content_next_id",
170
+ next_divination_set_global_id = "divination_set_next_id",
171
+ next_image_set_global_id = "image_set_next_id",
172
}
173
174
function read_cstr(addr)
0 commit comments