Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
class ScriptGame
12
{
13
game::IGamePtr _game;
14
public:
15
ScriptGame(const game::IGamePtr& game);
16
17
std::string getKeyValue(const std::string& key) const;
18
};
19
20
class GameInterface :
21
public IScriptInterface
Callers
1
currentGame
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected