WoW:API EditBox AddHistoryLine: Difference between revisions
Jump to navigation
Jump to search
AddHistoryLine -Documentation by DerGhulbus-
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
Revision as of 15:48, 4 January 2006
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
--