Home
last modified time | relevance | path

Searched refs:GetObjectConfig (Results 1 – 3 of 3) sorted by relevance

/dports/games/warmux/warmux-11.04/src/game/
H A Dconfig.h60 const ObjectConfig &GetObjectConfig(const std::string &name,
H A Dconfig.cpp340 const ObjectConfig &Config::GetObjectConfig(const std::string &name, const std::string &xml_config)… in GetObjectConfig() function in Config
/dports/games/warmux/warmux-11.04/src/object/
H A Dphysical_obj.cpp79 m_cfg = Config::GetInstance()->GetObjectConfig(m_name, xml_config); in PhysicalObj()