Mercurial > fife-parpg
diff engine/core/model/structures/instance.i @ 684:4f36c890b1dd
* Merged the 0.3.3dev branche changes to the trunk.
author | helios2000@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 06 Dec 2010 19:25:27 +0000 |
parents | 2de93d36ca6d |
children |
line wrap: on
line diff
--- a/engine/core/model/structures/instance.i Mon Dec 06 18:37:18 2010 +0000 +++ b/engine/core/model/structures/instance.i Mon Dec 06 19:25:27 2010 +0000 @@ -76,6 +76,10 @@ Location getTargetLocation() const; void setRotation(int); int getRotation() const; + void setBlocking(bool blocking); + bool isBlocking() const; + void setOverrideBlocking(bool overblock); + bool isOverrideBlocking() const; void addActionListener(InstanceActionListener* listener); void removeActionListener(InstanceActionListener* listener); void addChangeListener(InstanceChangeListener* listener);