WoW:API EditBox AddHistoryLine: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{widgetmethod}})
m (Move page script moved page API EditBox AddHistoryLine to API EditBox AddHistoryLine without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{widgetmethod}}
{{widgetmethod}}
<center>'''AddHistoryLine''' ''-Documentation by DerGhulbus-''</center>


  editBox:AddHistoryLine(String);
  editBox:AddHistoryLine(String);

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

--