GetStoreURL
Jump to navigation
Jump to search
This function was added in v1.8 beta 4 and will not work on previous versions.
Description:
Gets the URL of the store contents of server, if server has configured for http-downloads.
Parameters:
NoParams
Return Values:
Returns the Store-URL configured by server. Returns empty string if server has not configured http-downloads. For rel006, rel004 servers, it always returns empty string.
Example
function OnNPCConnect(id) { print(GetStoreURL()); }
Output:
http://18.132.205.100/store/
Related Functions
The following functions may be helpful as they relate to this function in one way or another.