This is an old revision of the document!
orxS32 score = 1234; orxCHAR formattedScore[6] = {}; orxString_NPrint(formattedScore, sizeof(formattedScore) - 1, "%d", score);