CGas

From Project X Wiki
Revision as of 07:58, 25 July 2011 by Ravander (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Up one category:
Scripting


Worms Armageddon class

Class name: CGas
Description: Describes gas
Constructor: CGas::CGas(CObject Parent, fixed x, fixed y, int Power, int OwnerTeam);


Fields

 class CGas : CGObject
 {
   int     Power;  
   fixed   x;
   fixed   y; 
 }