| 1177 | |
| 1178 | |
| 1179 | int HubLink::GetVersion(lua_State* L) { |
| 1180 | lua_pushstring(L, getMajorMinorRevVersion()); |
| 1181 | lua_pushstring(L, getAppVersion()); |
| 1182 | lua_pushstdstring(L, getOSString()); |
| 1183 | return 3; |
| 1184 | } |
| 1185 | |
| 1186 | |
| 1187 | int HubLink::GetHubServer(lua_State* L) { |
nothing calls this directly
no test coverage detected