2021-02-13 20:49:54 -08:00
|
|
|
globals = {
|
2022-07-06 21:14:00 -07:00
|
|
|
"mods",
|
2021-02-13 20:49:54 -08:00
|
|
|
"game",
|
2021-02-27 14:50:26 -08:00
|
|
|
"util",
|
2021-02-13 22:24:17 -08:00
|
|
|
"data",
|
2021-02-13 20:49:54 -08:00
|
|
|
"remote",
|
|
|
|
"settings",
|
|
|
|
"commands",
|
|
|
|
"global",
|
|
|
|
"rendering",
|
|
|
|
"table_size",
|
|
|
|
"script",
|
|
|
|
"defines",
|
2023-03-12 16:13:32 -07:00
|
|
|
"ProcessorG",
|
|
|
|
"ConstantsG",
|
|
|
|
"ChunkPropertyUtilsG",
|
|
|
|
"ChunkUtilsG",
|
|
|
|
"MapUtilsG",
|
|
|
|
"MathUtilsG",
|
|
|
|
"SquadG",
|
2021-02-13 20:49:54 -08:00
|
|
|
"unitUtilsG",
|
2023-03-12 16:13:32 -07:00
|
|
|
"BaseUtilsG",
|
|
|
|
"UtilsG"
|
2021-02-27 14:50:26 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
max_line_length = false
|