GetStoreURL
Revision as of 00:51, 13 October 2024 by Habi (talk | contribs) (Created page with "{{Welcome|desc=Gets the URL of the store contents of server, if server has configured for http-downloads.| params=<source>NoParams</source| example=<source> function OnNPCConnect(id) { print(GetStoreURL()); }</source> Output: <source inline>http://18.132.205.100/store/</source> retvals=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.| relfuncs= *GetS...")
Description:
Gets the URL of the store contents of server, if server has configured for http-downloads.
Parameters:
NoParams</source| example=<source> function OnNPCConnect(id) { print(GetStoreURL()); }
Output:
http://18.132.205.100/store/
retvals=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.
Return Values:
This function does not return any specific values.
Related Functions
The following functions may be helpful as they relate to this function in one way or another.