BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
BWAPIC::Shape Struct Reference

#include <Shape.h>

List of all members.

Public Member Functions

 Shape ()
 Shape (ShapeType::Enum _shapeType, int _ctype, int _x1, int _y1, int _x2, int _y2, int _extra1, int _extra2, int _color, bool _isSolid)

Public Attributes

ShapeType::Enum type
int ctype
int x1
int y1
int x2
int y2
int extra1
int extra2
int color
bool isSolid

Detailed Description

Definition at line 6 of file Shape.h.


Constructor & Destructor Documentation

BWAPIC::Shape::Shape ( ) [inline]

Definition at line 8 of file Shape.h.

References BWAPI::BulletTypes::None, and type.

BWAPIC::Shape::Shape ( ShapeType::Enum  _shapeType,
int  _ctype,
int  _x1,
int  _y1,
int  _x2,
int  _y2,
int  _extra1,
int  _extra2,
int  _color,
bool  _isSolid 
) [inline]

Definition at line 12 of file Shape.h.

References color, ctype, extra1, extra2, isSolid, type, x1, x2, y1, and y2.

    {
      type    = _shapeType;
      ctype   = _ctype;
      x1      = _x1;
      y1      = _y1;
      x2      = _x2;
      y2      = _y2;
      extra1  = _extra1;
      extra2  = _extra2;
      color   = _color;
      isSolid = _isSolid;
    }

Member Data Documentation

Definition at line 33 of file Shape.h.

Referenced by Shape().

Definition at line 26 of file Shape.h.

Referenced by Shape().

Definition at line 31 of file Shape.h.

Referenced by Shape().

Definition at line 32 of file Shape.h.

Referenced by Shape().

Definition at line 34 of file Shape.h.

Referenced by Shape().

Definition at line 25 of file Shape.h.

Referenced by Shape().

Definition at line 27 of file Shape.h.

Referenced by Shape().

Definition at line 29 of file Shape.h.

Referenced by Shape().

Definition at line 28 of file Shape.h.

Referenced by Shape().

Definition at line 30 of file Shape.h.

Referenced by Shape().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines