C# Class EventAI_Creator.localized_texts

Mostrar archivo Open project: mangosR2/eventAI_tool

Public Properties

Property Type Description
map localized_text>.SortedList

Public Methods

Method Description
Add ( int id ) : bool
PrintALLLocalsToFile ( string file ) : bool
PrintLocalToFile ( int creature_id, string file ) : bool
PrintToQueryWindow ( int script_id ) : string

Method Details

Add() public static method

public static Add ( int id ) : bool
id int
return bool

PrintALLLocalsToFile() public static method

public static PrintALLLocalsToFile ( string file ) : bool
file string
return bool

PrintLocalToFile() public static method

public static PrintLocalToFile ( int creature_id, string file ) : bool
creature_id int
file string
return bool

PrintToQueryWindow() public static method

public static PrintToQueryWindow ( int script_id ) : string
script_id int
return string

Property Details

map public_oe static_oe property

public static SortedList map
return localized_text>.SortedList