C# Class GameMaker.Program

Show file Open project: WarlockD/GMdsam

Public Methods

Method Description
EnviromentExit ( int i ) : void

Private Methods

Method Description
GoodExit ( ) : void
InstructionError ( string message ) : void
Main ( string args ) : void
PatchMode ( ) : void
TryParseHex ( string s, int &value ) : bool
TryParseOffset ( string s, uint &value ) : bool

Method Details

EnviromentExit() public static method

public static EnviromentExit ( int i ) : void
i int
return void