[−][src]Function game::common::update_url_free_param
pub fn update_url_free_param(free_param: String) -> Result<()>
This does nothing on native. On web, it modifies the current URL to change the first free parameter in the HTTP GET params to the specified value, adding it if needed.