- Timestamp:
- 12/02/10 21:22:45 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/active/0.3.3dev/engine/core/model/structures/instance.h
r3517 r3520 167 167 bool isBlocking() const; 168 168 169 /** Sets if instance blocking can overriden 170 */ 171 void setOverrideBlocking(bool overblock) { m_override_blocking = overblock; } 172 173 /** Gets if instance blocking can overriden 174 */ 175 bool isOverrideBlocking() const { return m_override_blocking; } 176 169 177 /** Adds new instance action listener 170 178 * @param listener to add … … 370 378 // instance blocking info 371 379 bool m_blocking; 380 // allow to override the blocking property 381 bool m_override_blocking; 372 382 373 383 Instance(const Instance&);
Note: See TracChangeset
for help on using the changeset viewer.
