C# Class DZLib.External.EvadeManager

ファイルを表示 Open project: DZ191/LeagueSharp

Public Methods

Method Description
DisableEvades ( int duration = -1, bool DisableEvadeSharp = true, bool DisableEzEvade = true ) : void
EnableEvades ( bool EnableEvadeSharp = true, bool EnableEzEvade = true ) : void

Private Methods

Method Description
GetEvadeSharpStatus ( ) : bool
GetEzEvadeStatus ( ) : bool
ToggleEvadeSharp ( ) : bool
ToggleEzEvade ( ) : bool

Method Details

DisableEvades() public static method

public static DisableEvades ( int duration = -1, bool DisableEvadeSharp = true, bool DisableEzEvade = true ) : void
duration int
DisableEvadeSharp bool
DisableEzEvade bool
return void

EnableEvades() public static method

public static EnableEvades ( bool EnableEvadeSharp = true, bool EnableEzEvade = true ) : void
EnableEvadeSharp bool
EnableEzEvade bool
return void