Moritz Schmidt

Results 14 comments of Moritz Schmidt

🤔 while memory usage shows good values, CPU is always at 0% for me (Windows Server 2019). Weirdly enough, it's fine on my Windows 10 machine though. _edit: ...and cpu...

```bash $ python sqflint.py _this call (uiNamespace getVariable ["myScript", {}]); > }; > if (_foo == "bar") then { > hint "x"; > }; > > SQF [1,22]:warning:Local variable "_parameters"...

yes. so on further experimentation, it seems tthat ```sqf _foo = call { call foo; }; // _foo is Nothing ``` ```sqf _foo = call { call foo }; //...

> maybe even cluster missions with same prefix (prefix.islandname) into collapsible containers a bit more versatile: * have a checkbox next to each mission * have a search bar to...