Difference between revisions of "CMap::DestroyTile"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void DestroyTile( Vec2f pos, f32 damage ) void DestroyTile( position2di tilepos, f32 damage ) </syntaxhighlight> O...")
 
(No difference)

Latest revision as of 23:54, 7 September 2012



void DestroyTile( Vec2f pos, f32 damage )
void DestroyTile( position2di tilepos, f32 damage )

Object method of: CMap