Difference between revisions of "Object List"
Jump to navigation
Jump to search
m (Renamed object pages) |
(Add market objects) |
||
Line 1: | Line 1: | ||
This is a list of all of the JavaScript objects in BOARD18. | This is a list of all of the JavaScript objects in BOARD18. | ||
== board18Map Objects == | |||
Most of these objects are created by constructor functions that appear in the [[Board18Map1|board18Map1.js]] script. | |||
# [[BoardTile Object]] | # [[BoardTile Object]] | ||
Line 6: | Line 9: | ||
# [[OnHex Object]] | # [[OnHex Object]] | ||
# [[TileSheet Object]] | # [[TileSheet Object]] | ||
# [[TokenSheet Object]] | |||
== board18Market Objects == | |||
Most of these objects are created by constructor functions that appear in the [[Board18Market1|board18Market1.js]] script. | |||
# [[MarketToken Object]] | |||
# [[StockMarket Object]] | |||
# [[OnBox Object]] | |||
# [[TokenSheet Object]] | # [[TokenSheet Object]] | ||
[[Category:Design]] | [[Category:Design]] |
Revision as of 08:23, 29 July 2013
This is a list of all of the JavaScript objects in BOARD18.
board18Map Objects
Most of these objects are created by constructor functions that appear in the board18Map1.js script.
board18Market Objects
Most of these objects are created by constructor functions that appear in the board18Market1.js script.