| 80 | } |
| 81 | |
| 82 | inline GlobalStringTable const * GetGlobalStringTable() const |
| 83 | { |
| 84 | if (GlobalStrings) { |
| 85 | return *GlobalStrings; |
| 86 | } |
| 87 | else { |
| 88 | return nullptr; |
| 89 | } |
| 90 | } |
| 91 | |
| 92 | inline esv::GameActionManager * GetGameActionManager() const |
| 93 | { |
no outgoing calls
no test coverage detected