Difference between revisions of "Global Properties"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (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...") |
Shadlington (Talk | contribs) |
||
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''' | ||
|- | |- | ||
− | | | + | | 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 | ||
|- | |- | ||
|} | |} | ||
[[Category:Scripting]] | [[Category:Scripting]] |
Revision as of 20: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 |