Gah - a solution with more questions. – EntropicLqd

Legacy:RegularEngine/MapViewer

From Unreal Wiki, The Unreal Engine Documentation Site

< Legacy:RegularEngine
Revision as of 14:47, 22 December 2004 by RegularX (Talk)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

MapViewer is just an extended version of MapTrader that won't allow votes.

class MapViewer extends MapTrader;
 
 
 
function InitComponent(GUIController MyController, GUIComponent MyOwner)
{
 Super.InitComponent(MyController, MyOwner);
 TeamAVote.bVisible = false;
 TeamBVote.bVisible = false;
 
}