SetTextString
Description
Updates the string of a text object, the new text will be displayed on the next screen refresh.
Definition
SetTextString( iTextIndex, string )
void agk::SetTextString( UINT iTextIndex, const char *string )
Parameters
- iTextIndex - The ID of the text object to update.
- string - The new string to use.