add global_script statistics dimension property

this script is ran once at the start, and its result is stored in the 'global_value' variable, which is accessible to the regular script.
This commit is contained in:
GenevensiS
2025-07-21 04:31:30 +02:00
parent 51f882315a
commit 5cd8069bf1
4 changed files with 35 additions and 14 deletions
+1
View File
@@ -68,6 +68,7 @@ IMPLEMENT_REFLECTION_NO_GET_MEMBER(StatsDimension) {
REFLECT(position_hint);
REFLECT_N("icon", icon_filename);
REFLECT(script);
REFLECT(global_script);
REFLECT(numeric);
REFLECT(bin_size);
REFLECT(show_empty);