Skip to Main Content

BTD_Mod_Helper​.Api​.Helpers​.QuickEdit


BloonsTD6 Mod Helper

BTD_Mod_Helper.Api.Helpers

QuickEdit Class

Utility for allowing the user to quickly edit some input in an external program

public static class QuickEdit

Inheritance System.Object  QuickEdit

Methods

QuickEdit.EditText(string, string, bool) Method

Prompts the user to edit some text in their selected external program

public static string EditText(string text, string fileName, bool deleteAfter=true);

Parameters

text System.String

Original text

fileName System.String

Name for temporary file

deleteAfter System.Boolean

Whether to try deleting the file when edits conclude

Returns

System.String
The edited text