CCrateDesc

From Project X Wiki
Jump to: navigation, search
Up one category:
Scripting

This structure describes a crate.

struct CCrateDesc
{
	fixed       X;
	fixed       Y;
       ECrateType  type;
       int         amount;
       int         weapon;
       int         weapons;
       int         health;
       bool        highlight;
};

X, Y - coordinates