We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2475307 + 8b6e9b6 commit a6dccbeCopy full SHA for a6dccbe
rustplus.js
@@ -208,7 +208,29 @@ class RustPlus extends EventEmitter {
208
},
209
}, callback);
210
}
211
+
212
+ /**
213
+ * Get the ingame time
214
+ */
215
+ getTime(callback) {
216
+ this.sendRequest({
217
+ getTime: {
218
219
+ },
220
+ }, callback);
221
+ }
222
223
224
+ * Get all map markers
225
226
+ getMapMarkers(callback) {
227
228
+ getMapMarkers: {
229
230
231
232
233
234
235
-module.exports = RustPlus;
236
+module.exports = RustPlus;
0 commit comments