index 5f1c02bd693..a2486d000b1 100644 --- a/x_/x_sfscript.nss +++ b/x_/x_sfscript.nss @@ -563,6 +563,7 @@ int GetPlayerGameVersion(object oPlayer); int GetPlayerGameLanguage(object oPlayer); int GetPlayerExpansionPack(object oPlayer); void HttpRequest(string sUrl, string sCallbackScript, array aCallbackParams, string sMethod="GET", string sBody=""); void LogDebug(string sLogMessasge, string sPrefix=""); void LogWarning(string sLogMessasge, string sPrefix=""); -void LogError(string sLogMessasge, string sPrefix=""); \ No newline at end of file +void LogError(string sLogMessasge, string sPrefix=""); +int HomeIdFromObject(object oObject); \ No newline at end of file