| 421 | } |
| 422 | |
| 423 | void ConfigObject::OnAllConfigLoaded() |
| 424 | { |
| 425 | static ConfigType *ctype = dynamic_cast<ConfigType *>(Type::GetByName("Zone").get()); |
| 426 | String zoneName = GetZoneName(); |
| 427 | |
| 428 | if (!zoneName.IsEmpty()) |
| 429 | m_Zone = ctype->GetObject(zoneName); |
| 430 | } |
| 431 | |
| 432 | void ConfigObject::CreateChildObjects(const Type::Ptr&) |
| 433 | { |