@@ -46,6 +46,13 @@ namespace
46
46
{"createBuilding" , "1.6.0-9.22410" },
47
47
{"restoreAllGameBuildings" , "1.6.0-9.22420" },
48
48
{"removeAllGameBuildings" , "1.6.0-9.22420" },
49
+ {"pathListDir" , "1.6.0-9.22470" },
50
+ {"pathIsFile" , "1.6.0-9.22470" },
51
+ {"pathIsDirectory" , "1.6.0-9.22470" },
52
+ {"engineGetPoolCapacity" , "1.6.0-9.22471" },
53
+ {"engineGetPoolDefaultCapacity" , "1.6.0-9.22471" },
54
+ {"engineGetPoolUsedCapacity" , "1.6.0-9.22471" },
55
+ {"engineSetPoolCapacity" , "1.6.0-9.22471" },
49
56
};
50
57
51
58
SVersionItem serverFunctionInitList [] = {
@@ -58,6 +65,12 @@ namespace
58
65
{"onResourceStateChange" , "1.6.0-9.22430" },
59
66
{"isObjectMoving" , "1.6.0-9.22457" },
60
67
{"onPlayerTriggerInvalidEvent" , "1.6.0-9.22459" },
68
+ {"pathListDir" , "1.6.0-9.22470" },
69
+ {"pathIsFile" , "1.6.0-9.22470" },
70
+ {"pathIsDirectory" , "1.6.0-9.22470" },
71
+ {"onAccountCreate" , "1.6.0-9.22470" },
72
+ {"onAccountRemove" , "1.6.0-9.22470" },
73
+ {"getAccountType" , "1.6.0-9.22470" },
61
74
};
62
75
63
76
//
0 commit comments