| 120 | //------------------------------------------------------------------------------ |
| 121 | |
| 122 | static GameBase * getControlObj() |
| 123 | { |
| 124 | GameConnection * connection = GameConnection::getLocalClientConnection(); |
| 125 | GameBase* control = 0; |
| 126 | if(connection) |
| 127 | control = connection->getControlObject(); |
| 128 | return(control); |
| 129 | } |
| 130 | |
| 131 | DefineEngineMethod( EditManager, setBookmark, void, (S32 val), , "(int slot)") |
| 132 | { |
no test coverage detected