Skip to content

Commit 09f99c3

Browse files
Synchronize changes from 1.6 master branch [ci skip]
725e98e Add new functions to resource checker (#3409)
2 parents 2cbccca + 725e98e commit 09f99c3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Server/mods/deathmatch/logic/CResourceChecker.Data.h

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ namespace
4646
{"createBuilding", "1.6.0-9.22410"},
4747
{"restoreAllGameBuildings", "1.6.0-9.22420"},
4848
{"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"},
4956
};
5057

5158
SVersionItem serverFunctionInitList[] = {
@@ -58,6 +65,12 @@ namespace
5865
{"onResourceStateChange", "1.6.0-9.22430"},
5966
{"isObjectMoving", "1.6.0-9.22457"},
6067
{"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"},
6174
};
6275

6376
//

0 commit comments

Comments
 (0)