GameInfo: Difference between revisions

From Tripwire Interactive Wiki
Jump to navigation Jump to search
(Added new class info)
m (Added navbox)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{KFClassInfo|[[Object]] >> [[Actor]] >> [[Info]]|name=GameInfo|source=Engine/Classes/GameInfo.uc/}}
{{KFClassInfo|[[Object]] >> [[Actor]] >> [[Info]]|name=GameInfo|pkg=Engine}}


GameInfo is the class that describes the [[gametype]]. [[Killing Floor]]'s gametype [[KFGameType]] is distantly derived from it.
GameInfo is the class that describes the [[gametype]]. [[Killing Floor]]'s gametype [[KFGameType]] is distantly derived from it.
Line 7: Line 7:
*[http://wiki.beyondunreal.com/Legacy:GameInfo GameInfo] on beyondunreal.com
*[http://wiki.beyondunreal.com/Legacy:GameInfo GameInfo] on beyondunreal.com


[[Category:Classes]]
{{KFDevNavBox}}

Latest revision as of 11:47, 28 November 2012

Killing Floor class GameInfo (source)
Object >> Actor >> Info >> GameInfo


GameInfo is the class that describes the gametype. Killing Floor's gametype KFGameType is distantly derived from it.

External links