WoW:API EditBox AddHistoryLine: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API EditBox AddHistoryLine to API EditBox AddHistoryLine without leaving a redirect) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{widgetmethod}} | |||
editBox:AddHistoryLine(String); | editBox:AddHistoryLine(String); | ||
Line 19: | Line 19: | ||
-- | -- | ||
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
--