CGas

From Project X Wiki
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; 
 }