C# Class EventAI_Creator.db_script

显示文件 Open project: mangosR2/eventAI_tool Class Usage Examples

Public Properties

Property Type Description
activectemplate bool
changed bool
id uint
line List

Public Methods

Method Description
AddScriptLine ( ) : void
db_script ( uint id ) : System.Collections.Generic

Method Details

AddScriptLine() public method

public AddScriptLine ( ) : void
return void

db_script() public method

public db_script ( uint id ) : System.Collections.Generic
id uint
return System.Collections.Generic

Property Details

activectemplate public_oe property

public bool activectemplate
return bool

changed public_oe property

public bool changed
return bool

id public_oe property

public uint id
return uint

line public_oe property

public List line
return List