Difference between revisions of "CMap"
From King Arthur's Gold Wiki
(Created page with "<onlyinclude> CMap </onlyinclude> CMap Methods: {| class="wikitableShiny" |- ! '''Method''' ! '''Description''' |- | setTile | {{:CMap::setTile|setTi...") |
|||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
| − | + | ||
</onlyinclude> | </onlyinclude> | ||
| − | |||
Methods: | Methods: | ||
| Line 26: | Line 25: | ||
| [[CMap::getTileSpacePosition|getTileSpacePosition]] | | [[CMap::getTileSpacePosition|getTileSpacePosition]] | ||
| {{:CMap::getTileSpacePosition|getTileSpacePosition}} | | {{:CMap::getTileSpacePosition|getTileSpacePosition}} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| [[CMap::getAlignedWorldPos|getAlignedWorldPos]] | | [[CMap::getAlignedWorldPos|getAlignedWorldPos]] | ||
| Line 45: | Line 38: | ||
| {{:CMap::DestroyTile|DestroyTile}} | | {{:CMap::DestroyTile|DestroyTile}} | ||
|- | |- | ||
| − | | [[ | + | | [[CMap::getEffect|getEffect]] |
| − | | {{: | + | | {{:CMap::getEffect|getEffect}} |
|- | |- | ||
| − | | [[ | + | | [[CMap::setEffect|setEffect]] |
| − | | {{: | + | | {{:CMap::setEffect|setEffect}} |
|- | |- | ||
| − | | [[ | + | | [[CMap::isTileSolid|isTileSolid]] |
| − | | {{: | + | | {{:CMap::isTileSolid|isTileSolid}} |
|- | |- | ||
| − | | [[ | + | | [[CMap::rayCastSolid|rayCastSolid]] |
| − | | {{: | + | | {{:CMap::rayCastSolid|rayCastSolid}} |
|- | |- | ||
| − | | [[ | + | | [[CMap::inInWater|inInWater]] |
| − | | {{: | + | | {{:CMap::inInWater|inInWater}} |
|- | |- | ||
| − | | [[ | + | | [[CMap::SplashEffect|SplashEffect]] |
| − | | {{: | + | | {{:CMap::SplashEffect|SplashEffect}} |
|- | |- | ||
| − | | [[ | + | | [[CMap::setWaterLevel|setWaterLevel]] |
| − | | {{: | + | | {{:CMap::setWaterLevel|setWaterLevel}} |
|- | |- | ||
| − | | [[ | + | | [[CMap::getLandHeightAtX|getLandHeightAtX]] |
| − | | {{: | + | | {{:CMap::getLandHeightAtX|getLandHeightAtX}} |
|- | |- | ||
| − | | [[ | + | | [[CMap::GetLandYatX|GetLandYatX]] |
| − | | {{: | + | | {{:CMap::GetLandYatX|GetLandYatX}} |
|- | |- | ||
| − | | [[ | + | | [[CMap::IsBelowLand|IsBelowLand]] |
| − | | {{: | + | | {{:CMap::IsBelowLand|IsBelowLand}} |
|- | |- | ||
| − | | [[ | + | | [[CMap::SetDayTime|SetDayTime]] |
| − | | {{: | + | | {{:CMap::SetDayTime|SetDayTime}} |
|- | |- | ||
| − | | [[ | + | | [[CMap::getDayTime|getDayTime]] |
| − | | {{: | + | | {{:CMap::getDayTime|getDayTime}} |
|- | |- | ||
| − | | [[ | + | | [[CMap::getColorLight|getColorLight]] |
| − | | {{: | + | | {{:CMap::getColorLight|getColorLight}} |
|- | |- | ||
| + | |} | ||
| + | Properties: | ||
| + | |||
| + | {| class="wikitableShiny" border="1" | ||
| + | |- | ||
| + | ! '''Property''' | ||
| + | ! '''Type''' | ||
| + | ! '''Description''' | ||
| + | |- | ||
| + | | tilemapwidth | ||
| + | | u32 | ||
| + | | | ||
| + | |- | ||
| + | | tilemapheight | ||
| + | | u32 | ||
| + | | | ||
| + | |- | ||
| + | | tilesize | ||
| + | | s32 | ||
| + | | | ||
| + | |- | ||
|} | |} | ||
[[Category:Scripting]] | [[Category:Scripting]] | ||
[[Category:Object Types]] | [[Category:Object Types]] | ||
Latest revision as of 21:49, 7 September 2012
Methods:
Properties:
| Property | Type | Description |
|---|---|---|
| tilemapwidth | u32 | |
| tilemapheight | u32 | |
| tilesize | s32 |