C# Class EventAI_Creator.creature

Afficher le fichier Open project: mangosR2/eventAI_tool Class Usage Examples

Méthodes publiques

Свойство Type Description
activectemplate bool
changed bool
creature_id uint
creature_name string
line List

Méthodes publiques

Méthode Description
AddEvent ( ) : void
creature ( uint id, string name ) : System

Method Details

AddEvent() public méthode

public AddEvent ( ) : void
Résultat void

creature() public méthode

public creature ( uint id, string name ) : System
id uint
name string
Résultat System

Property Details

activectemplate public_oe property

public bool activectemplate
Résultat bool

changed public_oe property

public bool changed
Résultat bool

creature_id public_oe property

public uint creature_id
Résultat uint

creature_name public_oe property

public string creature_name
Résultat string

line public_oe property

public List line
Résultat List