From 96573a12f204e03e7a187c0c20b1bc03b2716ca0 Mon Sep 17 00:00:00 2001 From: vadzz Date: Thu, 26 Dec 2024 16:52:27 +0300 Subject: [PATCH] ALTV-614 Add ICore::InvokeCommand --- ICore.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ICore.h b/ICore.h index 8e484ed..892bae4 100644 --- a/ICore.h +++ b/ICore.h @@ -413,6 +413,8 @@ namespace alt virtual void StopResource(const std::string& name) = 0; virtual void RestartResource(const std::string& name) = 0; + virtual void InvokeCommand(const std::string& cmd, const std::vector& args) = 0; + /* * Adds an extra config key that will be passed from resource.toml to client */