C# Class EventAI_Creator.creature

Show file Open project: mangosR2/eventAI_tool Class Usage Examples

Public Properties

Property Type Description
activectemplate bool
changed bool
creature_id uint
creature_name string
line List

Public Methods

Method Description
AddEvent ( ) : void
creature ( uint id, string name ) : System

Method Details

AddEvent() public method

public AddEvent ( ) : void
return void

creature() public method

public creature ( uint id, string name ) : System
id uint
name string
return System

Property Details

activectemplate public property

public bool activectemplate
return bool

changed public property

public bool changed
return bool

creature_id public property

public uint creature_id
return uint

creature_name public property

public string creature_name
return string

line public property

public List line
return List