| 126 | |
| 127 | |
| 128 | int LuaControl::SetTarget(lua_State* L) { |
| 129 | if (!ValidScript(L)) { |
| 130 | luaL_error(L, "this script can not control target locks"); |
| 131 | } |
| 132 | CMDMGR.run("identify"); |
| 133 | return 0; |
| 134 | } |
| 135 | |
| 136 | |
| 137 | //============================================================================// |
nothing calls this directly
no test coverage detected