SetTextVisible
Description
Sets whether the text is drawn during screen refreshes.
Definition
SetTextVisible( iTextIndex, bVisible )
void agk::SetTextVisible( UINT iTextIndex, int bVisible )
Parameters
- iTextIndex - The ID of the text to modify.
- bVisible - 1 to draw this text, 0 to hide it.