GameInfo: Difference between revisions

From Tripwire Interactive Wiki
Jump to navigation Jump to search
m (Benjamin moved page Gameinfo to GameInfo: Fixed letter case.)
(Added new class info)
Line 1: Line 1:
{{CodeTree| [[Object]] >> [[Actor]] >> [[Info]]}}
{{KFClassInfo|[[Object]] >> [[Actor]] >> [[Info]]|name=GameInfo|source=Engine/Classes/GameInfo.uc/}}


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.

Revision as of 22:43, 20 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