CLandscape

From Project X Wiki
Revision as of 16:42, 27 August 2010 by UnderscoreKilburn (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Up one category:
Scripting


Worms Armageddon class

Class name: CLandscape
Description: Contains information about landscape
Constructor: Not Available
Derived From: None


class CLandscape
{
  CBitmap* BitMask;
  void MakeHole(int radius, int x, int y);
  void ApplyMask(int index, int x, int y);
};

BitMask - bit mask for collision checking
MakeHole - creates hole in terrain (like in explosions)
ApplyMask - applies indexed mask to coordinates
TerrainMasks.PNG