HHelpersUIStateIsLocalPlayerTypingSomething Method |
Returns true if the local player is entering text in an input box of some sort and thus should not be activating hotkeys or other keyboard commands.
Namespace:
com.tiberiumfusion.ttplugins.HarmonyPlugins
Assembly:
TTPlugins (in TTPlugins.dll) Version: 1.2.0.1 (1.2.0.1)
Syntaxpublic static bool IsLocalPlayerTypingSomething()
Public Shared Function IsLocalPlayerTypingSomething As Boolean
Return Value
Type:
BooleanTrue or false
See Also