6 lines
156 B
Plaintext
6 lines
156 B
Plaintext
#include "../script_component.hpp"
|
|
|
|
// return each base with its assets
|
|
GVARMAIN(baseObjects) apply {
|
|
[_x, _x getVariable [QGVAR(assetsAtThisBase), []]]
|
|
}; |