We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7768a6d commit f055d8dCopy full SHA for f055d8d
GameStateHook.lua
@@ -27,6 +27,7 @@ function listener()
27
'"isHuman" : ' .. tostring(a:IsHuman()) .. "," ..
28
'"civilization" : ' .. '"' .. a:GetCivilizationShortDescription() .. '"' .. "," ..
29
'"isTurnComplete" : ' .. tostring(a:HasReceivedNetTurnComplete()) .. "," ..
30
+ '"isTurnActive" : ' .. tostring(a:IsTurnActive()) .. "," ..
31
'"isOnline" : ' .. tostring(Network.IsPlayerConnected(a:GetID())) .. "," ..
32
'"isAlive" : ' .. tostring(a:IsAlive()) .. "," ..
33
'"currentEra" : ' .. a:GetCurrentEra() .. "," ..
0 commit comments