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.
1 parent 9c3f81c commit 1236682Copy full SHA for 1236682
Server/mods/deathmatch/logic/CResourceChecker.Data.h
@@ -294,6 +294,13 @@ namespace
294
{"svgGetSize", "1.5.8-9.20979"},
295
{"svgSetDocumentXML", "1.5.8-9.20979"},
296
{"svgSetSize", "1.5.8-9.20979"},
297
+ {"getProcessMemoryStats", "1.5.8-9.21389"},
298
+ {"isCapsLockEnabled", "1.5.8-9.21313"},
299
+ {"isMTAWindowFocused", "1.5.8-9.21313"},
300
+ {"onClientMTAFocusChange", "1.5.8-9.21313"},
301
+ {"getElementLighting", "1.5.8-9.21367"},
302
+ {"setChatboxCharacterLimit", "1.5.8-9.21476"},
303
+ {"getChatboxCharacterLimit", "1.5.8-9.21476"},
304
};
305
306
SVersionItem serverFunctionInitList[] = {
@@ -408,6 +415,7 @@ namespace
408
415
{"onResourceLoadStateChange", "1.5.8-9.20809"},
409
416
{"onElementInteriorChange", "1.5.8-9.20837"},
410
417
{"onPlayerResourceStart", "1.5.8-9.20957"},
418
411
419
412
420
413
421
//
0 commit comments