C# Class NekoKun.RPGMaker.ScriptFile

Inheritance: NekoKun.ScriptFile
Show file Open project: NekoProject/NekoKun Class Usage Examples

Public Properties

Property Type Description
ID int
Title string
parent ScriptListFile

Public Methods

Method Description
ScriptFile ( ScriptListFile file, string code, string title, int id ) : System
ToString ( ) : string

Protected Methods

Method Description
Delete ( ) : void
Save ( ) : void

Method Details

Delete() protected method

protected Delete ( ) : void
return void

Save() protected method

protected Save ( ) : void
return void

ScriptFile() public method

public ScriptFile ( ScriptListFile file, string code, string title, int id ) : System
file ScriptListFile
code string
title string
id int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

ID public property

public int ID
return int

Title public property

public string Title
return string

parent public property

public ScriptListFile,NekoKun.RPGMaker parent
return ScriptListFile