Skip to content

Commit

Permalink
Add new functions to resource checker
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNormalnij committed May 28, 2024
1 parent 437dbcd commit 3eafed9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Server/mods/deathmatch/logic/CResourceChecker.Data.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ namespace
{"createBuilding", "1.6.0-9.22410"},
{"restoreAllGameBuildings", "1.6.0-9.22420"},
{"removeAllGameBuildings", "1.6.0-9.22420"},
{"pathListDir", "1.6.0-9.22470"},
{"pathIsFile", "1.6.0-9.22470"},
{"pathIsDirectory", "1.6.0-9.22470"},
{"engineGetPoolCapacity", "1.6.0-9.22471"},
{"engineGetPoolDefaultCapacity", "1.6.0-9.22471"},
{"engineGetPoolUsedCapacity", "1.6.0-9.22471"},
{"engineSetPoolCapacity", "1.6.0-9.22471"},
};

SVersionItem serverFunctionInitList[] = {
Expand All @@ -58,6 +65,12 @@ namespace
{"onResourceStateChange", "1.6.0-9.22430"},
{"isObjectMoving", "1.6.0-9.22457"},
{"onPlayerTriggerInvalidEvent", "1.6.0-9.22459"},
{"pathListDir", "1.6.0-9.22470"},
{"pathIsFile", "1.6.0-9.22470"},
{"pathIsDirectory", "1.6.0-9.22470"},
{"onAccountCreate", "1.6.0-9.22470"},
{"onAccountRemove", "1.6.0-9.22470"},
{"getAccountType", "1.6.0-9.22470"},
};

//
Expand Down

0 comments on commit 3eafed9

Please sign in to comment.