WebLink

WebLink is an unreal engine function to be used to open an external website.

This website can contain TeamSpeak links

UnrealScript?:

Insert non-formatted text herefunction bool WebClick(GUIComponent Sender)
{
        local string url;

        if (lb_ModList.List.Index<0)
                return true;

        url = GetModValue( lb_ModList.List.GetExtra(),"ModURL" );
        Console(Controller.Master.Console).DelayedConsoleCommand("open"@url);
    return true;
}
Console(Controller.Master.Console).DelayedConsoleCommand("open"@url);

Last edited on Tuesday 9 October 2007 13:26:58

Edit | PageHistory | Diff  | PageInfo