Native referenceFiveM

DISPLAY_ONSCREEN_KEYBOARD_WITH_LONGER_INITIAL_STRING

0xCA78CFA0366592FE MISC
FUNCTION SIGNATURE
void DISPLAY_ONSCREEN_KEYBOARD_WITH_LONGER_INITIAL_STRING(int keyboardType, char* windowTitle, char* description, char* defaultText, char* defaultConcat1, char* defaultConcat2, char* defaultConcat3, char* defaultConcat4, char* defaultConcat5, char* defaultConcat6, char* defaultConcat7, int maxInputLength);
Property Value
Native Name DISPLAY_ONSCREEN_KEYBOARD_WITH_LONGER_INITIAL_STRING
Hash 0xCA78CFA0366592FE
Return Type void
Parameters keyboardType (int), windowTitle (char*), description (char*), defaultText (char*), defaultConcat1 (char*), defaultConcat2 (char*), defaultConcat3 (char*), defaultConcat4 (char*), defaultConcat5 (char*), defaultConcat6 (char*), defaultConcat7 (char*), maxInputLength (int)

Description: Displays the text input box with support for input with 500 characters.

Parameters

  • keyboardType (int) — See DISPLAY_ONSCREEN_KEYBOARD
  • windowTitle (char*) — Text label of the window title.
  • description (char*) — Unused on PC.
  • defaultText (char*) — Default text that is written in the input field.
  • defaultConcat1 (char*)
  • defaultConcat2 (char*)
  • defaultConcat3 (char*)
  • defaultConcat4 (char*)
  • defaultConcat5 (char*)
  • defaultConcat6 (char*)
  • defaultConcat7 (char*)
  • maxInputLength (int) — Value between 2 - 500.
Back to MISC