WoW:API EditBox AddHistoryLine: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API EditBox AddHistoryLine to API EditBox AddHistoryLine without leaving a redirect)
 
(No difference)

Latest revision as of 04:45, 15 August 2023

Widget API ← EditBox < AddHistoryLine

editBox:AddHistoryLine(String);

Adds the String cmdString to the editBox's history. You may cycle through the history by using the Cursor Keys for Up and Down.


Arguments
String
String
the string that is added to the history

Returns
???

Details

--