I need to know the current ressources stored in ui.
But GetEconomyStored function is a sim only function.
Is there an equivalent (not found it) in UI ?
Otherwise somebody got an idea how can i get it in ui ?
Forged Alliance Forever Forums
Moderator: Morax
local econData = GetEconomyTotals()
LOG(repr(econData))
INFO: {
INFO: income={ ENERGY=2, MASS=0.10000000149012 },
INFO: lastUseActual={ ENERGY=0, MASS=0 },
INFO: lastUseRequested={ ENERGY=0, MASS=0 },
INFO: maxStorage={ ENERGY=4000, MASS=650 },
INFO: reclaimed={ ENERGY=0, MASS=0 },
INFO: stored={ ENERGY=4000, MASS=650 }
INFO: }
Users browsing this forum: No registered users and 1 guest