Skip to content

INSEDIT

ProfHoekstra edited this page Mar 5, 2018 · 2 revisions

INSEDIT: Insert text on the edit line

Entert a text in the console (currently pygame version only)

This function can be used to insert text on the current edit line in the console. Useful examples are:

  • Multiple line edit (more functionality), like in LISTRTE
  • Helping the user with partial commands filled in
  • Ask the user something, with the user completing the command line

Usage:

INSEDIT txt

Arguments:

Name Type Required Description
txt txt yes any text for display

Back to command reference.

Clone this wiki locally