Skip to content

Commit

Permalink
Add new functions to resource checker (#3404)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNormalnij authored May 25, 2024
1 parent 487c171 commit 0fa1fbd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Server/mods/deathmatch/logic/CResourceChecker.Data.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ namespace
{"fileGetContents", "1.6.0-9.21938"},
{"engineStreamingSetModelCacheLimits", "1.6.0-9.21946"},
{"engineStreamingRestoreBufferSize", "1.6.0-9.22195"},
{"createBuilding", "1.6.0-9.22410"},
{"restoreAllGameBuildings", "1.6.0-9.22420"},
{"removeAllGameBuildings", "1.6.0-9.22420"},
};

SVersionItem serverFunctionInitList[] = {
Expand All @@ -52,6 +55,9 @@ namespace
{"fileGetContents", "1.6.0-9.21938"},
{"isWorldSpecialPropertyEnabled", "1.6.0-9.22195"},
{"setWorldSpecialPropertyEnabled", "1.6.0-9.22195"},
{"onResourceStateChange", "1.6.0-9.22430"},
{"isObjectMoving", "1.6.0-9.22457"},
{"onPlayerTriggerInvalidEvent", "1.6.0-9.22459"},
};

//
Expand Down

0 comments on commit 0fa1fbd

Please sign in to comment.