26 #ifndef SAGA2_GRABINFO_H 27 #define SAGA2_GRABINFO_H 73 int16 _gaugeNumerator,
78 char _textBuf[kBufSize];
93 void selectImage(uint8 index);
97 void setMoveCount(int16 val);
98 int16 getMoveCount() {
103 void grabObject(ObjectID objid, Intent in = kIntDrop, int16 count = 1);
104 void grabObject(
GameObject *obj, Intent in = kIntDrop, int16 count = 1);
106 void copyObject(ObjectID objid, Intent in = kIntDrop, int16 count = 1);
107 void copyObject(
GameObject *obj, Intent in = kIntDrop, int16 count = 1);
114 return _intentDoable;
118 uint8 setIntent(uint8 in);
119 void setDoable(
bool doable) {
120 if (doable != _intentDoable) {
121 _intentDoable = doable;
129 ObjectID getObjectId() {
134 void placeObject(
const Location &loc);
135 void replaceObject();
138 void setText(
const char *txt);
141 void setGauge(int16 numerator, int16 denominator);
Definition: objproto.h:105
Definition: objects.h:118
Definition: grabinfo.h:35