C# Class fBaseXtensions.Game.UI

Afficher le fichier Open project: herbfunk/Funky

Méthodes publiques

Méthode 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

Méthode Description
CloseGameProhibitingElements ( ) : RunStatus
FindGameProhibitingElements ( ) : UIElement

Method Details

GetChildren() public static méthode

public static GetChildren ( UIElement uie ) : List
uie UIElement
Résultat List

GetUIMap() public static méthode

public static GetUIMap ( ) : List
Résultat List

UIElementString() public static méthode

public static UIElementString ( UIElement uie ) : string
uie UIElement
Résultat string

ValidateUIElement() public static méthode

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

_CloseGameProhibitingElements() public static méthode

public static _CloseGameProhibitingElements ( ) : Task
Résultat Task