UE3:UT MDB (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 02:48, 15 January 2010 by 00zX (talk | contribs) (moved UE3:UT MDB to UE3:UT MDB (UT3): Corrected GameNameSpace for correct InfoBox display.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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>