SetEditBoxText
Description
Sets the text which is currently being displayed in the edit box.
Definition
SetEditBoxText( index, str )
void agk::SetEditBoxText( UINT index, const char *str )
Parameters
- index - The ID of the edit box to modify.
- str - The new text to display.