C# Class EventAI_Creator.db_script

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

Méthodes publiques

Свойство Type Description
activectemplate bool
changed bool
id uint
line List

Méthodes publiques

Méthode Description
AddScriptLine ( ) : void
db_script ( uint id ) : System.Collections.Generic

Method Details

AddScriptLine() public méthode

public AddScriptLine ( ) : void
Résultat void

db_script() public méthode

public db_script ( uint id ) : System.Collections.Generic
id uint
Résultat System.Collections.Generic

Property Details

activectemplate public_oe property

public bool activectemplate
Résultat bool

changed public_oe property

public bool changed
Résultat bool

id public_oe property

public uint id
Résultat uint

line public_oe property

public List line
Résultat List