Search results

Jump to navigation Jump to search
  • *'''theMemo''': the [[guiCreateMemo|memo]] you want to know the vertical scroll position of. ...ion of a memo called "theMemo" created with [[guiCreateMemo]], and outputs it to the chatbox.
    1 KB (120 words) - 13:58, 10 August 2021
  • *'''theMemo''': the [[guiCreateMemo|memo]] you want to change the vertical scroll position of. ...ion of a memo called "theMemo" created with [[guiCreateMemo]], and outputs it to the chatbox.
    1 KB (135 words) - 13:57, 10 August 2021
  • local edit= guiCreateMemo ( 0.4, 0.4, 0.4, 0.08, "it's edit!", true )
    664 bytes (75 words) - 17:16, 7 July 2019
  • local edit= guiCreateMemo ( 0.4, 0.4, 0.4, 0.08, "it's edit!", true )
    665 bytes (75 words) - 17:14, 7 July 2019
  • memo = guiCreateMemo( 0.4, 0.4, 0.2, 0.2, "This is a memo.", true ) -- create a relative memo GU ...dOnly( memo, true ) -- make it read only, so players won't be able to edit it in-game
    1 KB (141 words) - 13:56, 10 August 2021
  • memo = guiCreateMemo( 0.4, 0.4, 0.2, 0.2, "This is a memo.", true ) -- create a relative memo GU ...dOnly( memo, true ) -- make it read only, so players won't be able to edit it in-game
    1 KB (142 words) - 23:20, 11 January 2023
  • gui-memo guiCreateMemo ( float x, float y, float width, float height, string text, [ bool relative Returns a gui-memo element of the created memo if it was successfully created, false otherwise.
    2 KB (310 words) - 08:09, 30 October 2023
  • ...ext. If you want to allow multiple lines of text create a memo box using [[guiCreateMemo]]. Returns a gui-edit element of the created edit box if it was successfully created, false otherwise.
    3 KB (448 words) - 08:09, 30 October 2023
  • -- Output it. local myMemo = guiCreateMemo( 20, 20, screenWidth - 40, screenHeight - 40, "", false );
    4 KB (471 words) - 23:22, 16 January 2022