C# Class Nomad.Utils.EngineUtils

Exibir arquivo Open project: Azerothian/fc3editor

Public Methods

Method Description
EnterIngame ( string gameMode ) : void
ExitIngame ( ) : void
GetMapArgument ( ) : string
HasArgument ( string key ) : bool

Method Details

EnterIngame() public static method

public static EnterIngame ( string gameMode ) : void
gameMode string
return void

ExitIngame() public static method

public static ExitIngame ( ) : void
return void

GetMapArgument() public static method

public static GetMapArgument ( ) : string
return string

HasArgument() public static method

public static HasArgument ( string key ) : bool
key string
return bool