Ui::setTextGxtEntry

From RAGE Multiplayer Wiki
Revision as of 20:52, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

get's line count


int GetLineCount(char *text, float x, float y)
{
_SET_TEXT_ENTRY_FOR_LINE_COUNT('STRING');
ADD_TEXT_COMPONENT_SUBSTRING_PLAYER_NAME(text);
return _GET_TEXT_SCREEN_LINE_COUNT(x, y);
}

Syntax

ui.setTextGxtEntry(entry);

Required Arguments

  • entry: String

Return value

  • Undefined

Example

todo

See also

Template:Ui function c