CCrateDesc

From Project X Wiki
Revision as of 08:08, 25 July 2011 by Ravander (talk | contribs) (Created page with '{{Up|Scripting}} This structure describes a crate. struct CCrateDesc { fixed X; fixed Y; ECrateType type; int amount; int …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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