C# Class fBaseXtensions.Game.UI

Exibir arquivo Open project: herbfunk/Funky

Public Methods

Method Description
GetChildren ( UIElement uie ) : List
GetUIMap ( ) : List
UIElementString ( UIElement uie ) : string
ValidateUIElement ( UIElement uie ) : bool

Checks if UIElement is not null and is valid and visible.

_CloseGameProhibitingElements ( ) : Task

Private Methods

Method Description
CloseGameProhibitingElements ( ) : RunStatus
FindGameProhibitingElements ( ) : UIElement

Method Details

GetChildren() public static method

public static GetChildren ( UIElement uie ) : List
uie UIElement
return List

GetUIMap() public static method

public static GetUIMap ( ) : List
return List

UIElementString() public static method

public static UIElementString ( UIElement uie ) : string
uie UIElement
return string

ValidateUIElement() public static method

Checks if UIElement is not null and is valid and visible.
public static ValidateUIElement ( UIElement uie ) : bool
uie UIElement
return bool

_CloseGameProhibitingElements() public static method

public static _CloseGameProhibitingElements ( ) : Task
return Task