GetStoreURL: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;">
This function was added in v1.8 beta 4  and will not work on previous versions.
</poem>
{{Welcome|desc=Gets the URL of the store contents of server, if server has configured for http-downloads.|
{{Welcome|desc=Gets the URL of the store contents of server, if server has configured for http-downloads.|
params=<source>NoParams</source>|
params=<source>NoParams</source>|

Latest revision as of 00:53, 13 October 2024

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.