C# Class EventAI_Creator.creature

Exibir arquivo 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_oe property

public bool activectemplate
return bool

changed public_oe property

public bool changed
return bool

creature_id public_oe property

public uint creature_id
return uint

creature_name public_oe property

public string creature_name
return string

line public_oe property

public List line
return List