API:AccountLogin FocusAccountName

From Runes of Magic Wiki - The Runes of Magic

Jump to: navigation, search

Fired on pressing tab key whilst the active window is the AccountLoginPasswordEdit frame. Switches the focus to the Account Name textbox.

AccountLogin_FocusAccountName()

Parameters

Arguments

None

Returns

nil

Example

AccountLogin_FocusAccountName()

Related Functions

Source Code

function AccountLogin_FocusAccountName()
	AccountLoginAccountEdit:SetFocus();
end
Personal tools