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