I found this old thread http://forums.civfanatics.com/showthread.php?t=538820 which tells us what the CivBE GameEvents are - the 5th post.
I also found the GameEvents documentation for Civ 5 here http://modiki.civfanatics.com/index.php?title=GameEvents_%28Civ5_Type%29, which I feel is still incomplete, but they did provide some function arguments. While that's a good starting point, I need GameEvents specific to Beyond Earth, especially RT.
That's a great list, but what about GameEvents for RT? They also did not specify the arguments passed to the function we're supposed to write to handle them.
I also looked at some LUA under ..\Sid Meier's Civilization Beyond Earth\assets\Gameplay\Lua and I can't find any indication of GameEvents (according to Post #4). My guess is that there's a lua file somewhere that defines the GameEvents object. If it exists in our computers, where is it?
Looking at other modders' lua is helpful, but I'll only know about the GameEvents they use - how did they figure those out? How do I figure out other GameEvents that I might want to use that no other modder has yet used? Trial and Error won't work for what I'm asking for.
I also found the GameEvents documentation for Civ 5 here http://modiki.civfanatics.com/index.php?title=GameEvents_%28Civ5_Type%29, which I feel is still incomplete, but they did provide some function arguments. While that's a good starting point, I need GameEvents specific to Beyond Earth, especially RT.
That's a great list, but what about GameEvents for RT? They also did not specify the arguments passed to the function we're supposed to write to handle them.
I also looked at some LUA under ..\Sid Meier's Civilization Beyond Earth\assets\Gameplay\Lua and I can't find any indication of GameEvents (according to Post #4). My guess is that there's a lua file somewhere that defines the GameEvents object. If it exists in our computers, where is it?
Looking at other modders' lua is helpful, but I'll only know about the GameEvents they use - how did they figure those out? How do I figure out other GameEvents that I might want to use that no other modder has yet used? Trial and Error won't work for what I'm asking for.