This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
super_mario_galaxy_2:productmapdatatable [2018/10/05 14:32] Froggo created |
super_mario_galaxy_2:productmapdatatable [2019/05/23 11:53] (current) Froggo |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== ProductMapDataTable ===== | + | ===== ProductMapObjDataTable===== |
| - | The ProductMapDataTable is a simple object table that defines the way certain objects work, for instance: An object that moves on a path, or a generic object that does not need to be loaded at all times. | + | The ProductMapObjDataTableis a simple object table that defines the way certain objects work, for instance: An object that moves on a path, or a generic object that does not need to be loaded at all times. |
| - | **Location:** /ObjectData/ProductMapDataTable.arc::/ProductMapDataTable/ProductMapDataTable.bcsv | + | **Location:** /ObjectData/ProductMapObjDataTable.arc::/ProductMapObjDataTable/ProductMapObjDataTable.bcsv |
| === Layout === | === Layout === | ||
| - | The ProductMapDataTable is obviously a table. It is set out like so: | + | The ProductMapObjDataTableis obviously a table. It is set out like so: |
| ^ ModelName ^ ClassName ^ | ^ ModelName ^ ClassName ^ | ||
| Line 12: | Line 12: | ||
| === Classes === | === Classes === | ||
| - | The ProductMapDataTable makes use of many different classes that define how an object behaves. This is a comprehensive list of all known definitions. | + | The ProductMapObjDataTablemakes use of many different classes that define how an object behaves. This is a comprehensive list of all known definitions. |
| ^ Class ^ Function ^ | ^ Class ^ Function ^ | ||
| Line 62: | Line 62: | ||
| | GorogoroCylinderRock | Rolling cylinder rocks that move on a path and respawn; see Clockwork Ruins Galaxy | | | GorogoroCylinderRock | Rolling cylinder rocks that move on a path and respawn; see Clockwork Ruins Galaxy | | ||
| | SwitchingMoveBlock | Moves when a switch is activate; used by the red and blue platforms in Flip-Out Galaxy | | | SwitchingMoveBlock | Moves when a switch is activate; used by the red and blue platforms in Flip-Out Galaxy | | ||
| + | //**Originally documented by Aurum/SunakazeKun, repurposed and updated by me(Froggo).// | ||