Difference between revisions of "CMap::isTileSolid"
From King Arthur's Gold Wiki
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> bool isTileSolid(TileType tile) </syntaxhighlight> Object method of: CMap Category:Scripting [[Category:...") |
|||
Line 4: | Line 4: | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
− | bool isTileSolid(TileType tile) | + | bool isTileSolid(TileType tile) |
+ | bool isTileSolid(Vec2f p) | ||
+ | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 22:59, 7 September 2012
bool isTileSolid(TileType tile) bool isTileSolid(Vec2f p)
Object method of: CMap