C# Class EventAI_Creator.db_scripts

Exibir arquivo Open project: mangosR2/eventAI_tool

Public Properties

Property Type Description
scriptList db_script>.SortedList
script_texts List
scriptsAvailable List

Public Methods

Method 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 method

public static AddScript ( db_script script ) : bool
script db_script
return bool

DelScript() public static method

public static DelScript ( uint id ) : void
id uint
return void

GetDbScript() public static method

public static GetDbScript ( uint id ) : db_script
id uint
return db_script

PrintALLScriptsToFile() public static method

public static PrintALLScriptsToFile ( string file, string table ) : bool
file string
table string
return bool

PrintScriptToFile() public static method

public static PrintScriptToFile ( uint id, string file, string table ) : bool
id uint
file string
table string
return bool

PrintScriptToWindow() public static method

public static PrintScriptToWindow ( uint id, string table ) : string
id uint
table string
return string

Property Details

scriptList public_oe static_oe property

public static SortedList scriptList
return db_script>.SortedList

script_texts public_oe static_oe property

public static List script_texts
return List

scriptsAvailable public_oe static_oe property

public static List scriptsAvailable
return List