------------------------------------------------------------------------------
| 216 | |
| 217 | //------------------------------------------------------------------------------ |
| 218 | bool ActionMap::onAdd() |
| 219 | { |
| 220 | if (Parent::onAdd() == false) |
| 221 | return false; |
| 222 | |
| 223 | Sim::getActionMapGroup()->addObject(this); |
| 224 | |
| 225 | return true; |
| 226 | } |
| 227 | |
| 228 | //-------------------------------------------------------------------------- |
| 229 | void ActionMap::dumpActionMap(const char* fileName, const bool append) const |