C# Class SleepHunter.Macro.MacroManager

显示文件 Open project: ewrogers/SleepHunter4

Public Methods

Method Description
ClearMacros ( ) : void
GetMacroState ( Player player ) : PlayerMacroState
ImportMacroState ( Player player, SavedMacroState state ) : void
Lockdown ( ) : void
PauseAll ( ) : void
RemoveMacroState ( int processId ) : bool
ResumeAll ( ) : void
StartAll ( ) : void
StopAll ( ) : void

Private Methods

Method Description
MacroManager ( ) : System

Method Details

ClearMacros() public method

public ClearMacros ( ) : void
return void

GetMacroState() public method

public GetMacroState ( Player player ) : PlayerMacroState
player SleepHunter.Models.Player
return PlayerMacroState

ImportMacroState() public method

public ImportMacroState ( Player player, SavedMacroState state ) : void
player SleepHunter.Models.Player
state SavedMacroState
return void

Lockdown() public method

public Lockdown ( ) : void
return void

PauseAll() public method

public PauseAll ( ) : void
return void

RemoveMacroState() public method

public RemoveMacroState ( int processId ) : bool
processId int
return bool

ResumeAll() public method

public ResumeAll ( ) : void
return void

StartAll() public method

public StartAll ( ) : void
return void

StopAll() public method

public StopAll ( ) : void
return void