GameInfo: Difference between revisions

From Tripwire Interactive Wiki
Jump to navigation Jump to search
m (Benjamin moved page Gameinfo to GameInfo: Fixed letter case.)
m (Added navbox)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{CodeTree| [[Object]] >> [[Actor]] >> [[Info]]}}
{{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