C# Class NekoKun.RPGMaker.ScriptFile

Inheritance: NekoKun.ScriptFile
Afficher le fichier Open project: NekoProject/NekoKun Class Usage Examples

Méthodes publiques

Свойство Type Description
ID int
Title string
parent ScriptListFile

Méthodes publiques

Méthode Description
ScriptFile ( ScriptListFile file, string code, string title, int id ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
Delete ( ) : void
Save ( ) : void

Method Details

Delete() protected méthode

protected Delete ( ) : void
Résultat void

Save() protected méthode

protected Save ( ) : void
Résultat void

ScriptFile() public méthode

public ScriptFile ( ScriptListFile file, string code, string title, int id ) : System
file ScriptListFile
code string
title string
id int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

ID public_oe property

public int ID
Résultat int

Title public_oe property

public string Title
Résultat string

parent public_oe property

public ScriptListFile,NekoKun.RPGMaker parent
Résultat ScriptListFile