C# Class EventAI_Creator.localized_text

Show file Open project: mangosR2/eventAI_tool Class Usage Examples

Public Properties

Property Type Description
changed bool
comment string
emote int
id int
language int
locale string[]
sound int
type int
useOtherLocale bool

Public Methods

Method Description
localized_text ( int idi ) : System.Collections.Generic

Method Details

localized_text() public method

public localized_text ( int idi ) : System.Collections.Generic
idi int
return System.Collections.Generic

Property Details

changed public property

public bool changed
return bool

comment public property

public string comment
return string

emote public property

public int emote
return int

id public property

public int id
return int

language public property

public int language
return int

locale public property

public string[] locale
return string[]

sound public property

public int sound
return int

type public property

public int type
return int

useOtherLocale public property

public bool useOtherLocale
return bool