MCPcopy Create free account
hub / github.com/The-Powder-Toy/The-Powder-Toy / Create

Method Create

src/lua/LuaScriptInterface.cpp:901–904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899}
900
901CommandInterfacePtr CommandInterface::Create(GameController *newGameController, GameModel *newGameModel)
902{
903 return CommandInterfacePtr(new LuaScriptInterface(newGameController, newGameModel));
904}
905
906void CommandInterfaceDeleter::operator ()(CommandInterface *ptr) const
907{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected