C# Class AcManager.Tools.Objects.KunosCareerEventObject

Inheritance: KunosEventObjectBase
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
KunosCareerEventObject ( string kunosCareerId, KunosCareerObjectType type, IFileAcManager manager, string id, bool enabled ) : System
LoadProgress ( ) : void

Méthodes protégées

Méthode Description
ConvertConfig ( System.IniFile ini ) : System.IniFile
LoadConditions ( System.IniFile ini ) : void
LoadData ( System.IniFile ini ) : void
SetCustomSkinId ( System.IniFile ini ) : void

Method Details

ConvertConfig() protected méthode

protected ConvertConfig ( System.IniFile ini ) : System.IniFile
ini System.IniFile
Résultat System.IniFile

KunosCareerEventObject() public méthode

public KunosCareerEventObject ( string kunosCareerId, KunosCareerObjectType type, IFileAcManager manager, string id, bool enabled ) : System
kunosCareerId string
type KunosCareerObjectType
manager IFileAcManager
id string
enabled bool
Résultat System

LoadConditions() protected méthode

protected LoadConditions ( System.IniFile ini ) : void
ini System.IniFile
Résultat void

LoadData() protected méthode

protected LoadData ( System.IniFile ini ) : void
ini System.IniFile
Résultat void

LoadProgress() public méthode

public LoadProgress ( ) : void
Résultat void

SetCustomSkinId() protected méthode

protected SetCustomSkinId ( System.IniFile ini ) : void
ini System.IniFile
Résultat void