Skip to Content

bz_setClientWorldDownloadURL()

Available since 2.4.0

This function sets the current URL used to download a cached world file. It will be sent to clients that connect giving them the option of using that file. This is helpful if the plug-ins have changed the map file during a call to bz_restart().

Usage

void bz_setClientWorldDownloadURL(const char* URL)
Parameters
const char* URL

The URL to be sent to connecting clients for the cached map

Other World Management Functions

Back to bzfs API Functions

This content is maintained on GitHub. We welcome any feedback and improvements!

Give us Feedback Edit this Page