EmperorFool
Deity
I went through the Assets folder and listed all folders that contain Lua files and the files themselves in the Civ5 wiki's Lua Reference page. I wrote basic descriptions of what each folder holds after skimming through some modules. Hopefully as we work with each file we can fill out the file's specific page.
As I wrote at the top of that page, it lists only the Lua modules (.lua files) under Assets. It does not cover the classes and functions exposed to Lua by the SDK such as ContextPtr, Player, etc. When I get some time, I may use grep to create a list of the classes and maybe the methods that have been used in these Lua files. We'll need the C++ SDK to get the full picture, however.
As I wrote at the top of that page, it lists only the Lua modules (.lua files) under Assets. It does not cover the classes and functions exposed to Lua by the SDK such as ContextPtr, Player, etc. When I get some time, I may use grep to create a list of the classes and maybe the methods that have been used in these Lua files. We'll need the C++ SDK to get the full picture, however.