| 8 | { |
| 9 | |
| 10 | ScriptModelSkin ModelSkinCacheInterface::capture(const std::string& name) |
| 11 | { |
| 12 | return ScriptModelSkin(GlobalModelSkinCache().findSkin(name)); |
| 13 | } |
| 14 | |
| 15 | StringList ModelSkinCacheInterface::getSkinsForModel(const std::string& model) |
| 16 | { |
no test coverage detected