C# Class EventAI_Creator.db_scripts

Afficher le fichier Open project: mangosR2/eventAI_tool

Méthodes publiques

Свойство Type Description
scriptList db_script>.SortedList
script_texts List
scriptsAvailable List

Méthodes publiques

Méthode Description
AddScript ( db_script script ) : bool
DelScript ( uint id ) : void
GetDbScript ( uint id ) : db_script
PrintALLScriptsToFile ( string file, string table ) : bool
PrintScriptToFile ( uint id, string file, string table ) : bool
PrintScriptToWindow ( uint id, string table ) : string

Method Details

AddScript() public static méthode

public static AddScript ( db_script script ) : bool
script db_script
Résultat bool

DelScript() public static méthode

public static DelScript ( uint id ) : void
id uint
Résultat void

GetDbScript() public static méthode

public static GetDbScript ( uint id ) : db_script
id uint
Résultat db_script

PrintALLScriptsToFile() public static méthode

public static PrintALLScriptsToFile ( string file, string table ) : bool
file string
table string
Résultat bool

PrintScriptToFile() public static méthode

public static PrintScriptToFile ( uint id, string file, string table ) : bool
id uint
file string
table string
Résultat bool

PrintScriptToWindow() public static méthode

public static PrintScriptToWindow ( uint id, string table ) : string
id uint
table string
Résultat string

Property Details

scriptList public_oe static_oe property

public static SortedList scriptList
Résultat db_script>.SortedList

script_texts public_oe static_oe property

public static List script_texts
Résultat List

scriptsAvailable public_oe static_oe property

public static List scriptsAvailable
Résultat List