MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / ScriptGame

Class ScriptGame

plugins/script/interfaces/GameInterface.h:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9{
10
11class ScriptGame
12{
13 game::IGamePtr _game;
14public:
15 ScriptGame(const game::IGamePtr& game);
16
17 std::string getKeyValue(const std::string& key) const;
18};
19
20class GameInterface :
21 public IScriptInterface

Callers 1

currentGameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected