28 ScriptDedicatedServerUtils& operator=(ScriptDedicatedServerUtils
const&);
29 ScriptDedicatedServerUtils(ScriptDedicatedServerUtils
const&);
30 ScriptDedicatedServerUtils();
35 virtual ~ScriptDedicatedServerUtils() =
default;
37 virtual void stopServer() ;
39 virtual bool saveHold() ;
41 virtual bool saveResume() ;
43 virtual ::std::optional<::std::vector<::SnapshotFilenameAndLength>> saveQuery() ;
45 virtual bool addNameToAllowList(::std::string
const& name) ;
47 virtual bool removeNameFromAllowList(::std::string
const& name) ;
49 virtual bool allowListContains(::std::string
const& name) ;
51 virtual bool reloadAllowListFile() ;
53 virtual void setAllowListEnabled(
bool enabled) ;
55 virtual bool getAllowListEnabled()
const ;
57 virtual bool reloadPermissionsFile() ;
59 virtual bool reloadScriptConfig() ;
61 virtual bool reloadCDNConfig() ;
73 MCNAPI ::std::optional<::std::vector<::SnapshotFilenameAndLength>>
$saveQuery();