Lua Game Objects/GameDefines: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
(Created page with "As listed in the Modbuddy's partial Lua API: ---- Will most likely be deprecated soon since GameInfo.Defines supports all of these and more. * MAX_CIV_PLAYERS * MAX_CIV_TEAMS * ...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
As listed in the Modbuddy's partial Lua API:
== As listed in the Modbuddy's partial Lua API ==
 
Back to [[Lua Game Objects]]<br>
----
Will most likely be deprecated soon since GameInfo.Defines supports all of these and more.
Will most likely be deprecated soon since GameInfo.Defines supports all of these and more.
* MAX_CIV_PLAYERS
* MAX_CIV_PLAYERS
Line 15: Line 14:
* CITY_PLOTS_RADIUS
* CITY_PLOTS_RADIUS
* CITY_PLOTS_DIAMETER
* CITY_PLOTS_DIAMETER
Others not in API
* MAX_CITY_HIT_POINTS

Latest revision as of 12:30, 25 October 2011

As listed in the Modbuddy's partial Lua API

Back to Lua Game Objects
Will most likely be deprecated soon since GameInfo.Defines supports all of these and more.

  • MAX_CIV_PLAYERS
  • MAX_CIV_TEAMS
  • MAX_MAJOR_CIVS
  • MAX_MINOR_CIVS
  • MAX_PLAYERS
  • MAX_TEAMS
  • BARBARIAN_PLAYER
  • BARBARIAN_TEAM
  • NUM_CITY_PLOTS
  • CITY_HOME_PLOT
  • CITY_PLOTS_RADIUS
  • CITY_PLOTS_DIAMETER

Others not in API

  • MAX_CITY_HIT_POINTS