UE3:UT MDB (UT3): Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
00zX (talk | contribs)
m Created page with '==Code== {{Infobox class | package = UT_MDB | class = UT_MDB | game = UT3 | engine = UE3 | custom = yes | parent1 = Object }} <uscript> //=================================…'
 
00zX (talk | contribs)
m moved UE3:UT MDB to UE3:UT MDB (UT3): Corrected GameNameSpace for correct InfoBox display.
 
(No difference)

Latest revision as of 02:48, 15 January 2010

Code

UT3 Object >> UT_MDB (custom)
Package:
UT_MDB
Known custom subclasses:
UT_MDB_GameRules (UT3), UT_MDB_GameInfo (UT3)

<uscript> //=================================================== // Class: UT_MDB //Buffer // Creation date: 12/12/2008 19:56 // Last Updated: 17/11/2009 04:08 // Contributors: 00zX //--------------------------------------------------- // Attribution-Noncommercial-Share Alike 3.0 Unported // http://creativecommons.org/licenses/by-nc-sa/3.0/ //=================================================== class UT_MDB extends Object; </uscript>