| 2114 | } |
| 2115 | |
| 2116 | float WorldClient::threatLevel() const { |
| 2117 | if (!inWorld()) |
| 2118 | return 0.0f; |
| 2119 | return m_worldTemplate->threatLevel(); |
| 2120 | } |
| 2121 | |
| 2122 | StringList WorldClient::environmentStatusEffects(Vec2F const& pos) const { |
| 2123 | if (!inWorld()) |
no outgoing calls
no test coverage detected