Legacy:GUIController

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 22:07, 2 June 2010 by 60.247.21.86 (talk) (Replaced content with '<uscript> event TempFunction(string GameRes) { GameResolution = GameRes; return true; } </uscript>')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<uscript> event TempFunction(string GameRes) {

   GameResolution = GameRes;
   return true;

} </uscript>