Difference between revisions of "Global Properties"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Something here about the general concept of global properties. </onlyinclude> Then a big ol' list of the properties, with their descriptions. Link to their own art...")
 
Line 3: Line 3:
 
</onlyinclude>
 
</onlyinclude>
  
Then a big ol' list of the properties, with their descriptions. Link to their own articles only if more detail is required.
+
Then a big ol' list of the properties, with their types and descriptions. Link to their own articles only if more detail is required.
  
 
{| class="wikitableShiny" border="1"
 
{| class="wikitableShiny" border="1"
 
|-
 
|-
 
! width="200" | '''Property'''
 
! width="200" | '''Property'''
 +
! width="50" | '''Type'''
 
! width="200" | '''Description'''
 
! width="200" | '''Description'''
 
|-  
 
|-  
| [[bluh]]
+
| m_width
| {{:bluh}}
+
| Integer
 +
| Map generator width
 +
|-
 +
| m_height
 +
| Integer
 +
| Map generator height
 +
|-
 +
| m_seed
 +
| Integer
 +
| Map generator seed
 +
|-
 +
| m_generator
 +
| String
 +
| Map generator file config file path. e.g. Maps/generator_ctf_mountain.cfg
 
|-
 
|-
 
|}
 
|}
  
 
[[Category:Scripting]]
 
[[Category:Scripting]]

Revision as of 21:33, 12 August 2012

Something here about the general concept of global properties.


Then a big ol' list of the properties, with their types and descriptions. Link to their own articles only if more detail is required.

Property Type Description
m_width Integer Map generator width
m_height Integer Map generator height
m_seed Integer Map generator seed
m_generator String Map generator file config file path. e.g. Maps/generator_ctf_mountain.cfg