C# Class EventAI_Creator.db_script

Show file 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 property

public bool activectemplate
return bool

changed public property

public bool changed
return bool

id public property

public uint id
return uint

line public property

public List line
return List