C# Class Alexandria.Engines.Sciagi.Resources.ScriptSection.Locals

A local variable section for a script.
Inheritance: ScriptSection
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
ToString ( ) : string

Convert to a string.

ToTreeNode ( ) : TreeNode

Convert to a tree node control.

this ( int index ) : ushort

Get the value of a local.

Private Methods

Méthode Description
Locals ( Script script, ScriptBlock block, AssetLoader loader ) : System

Method Details

ToString() public méthode

Convert to a string.
public ToString ( ) : string
Résultat string

ToTreeNode() public méthode

Convert to a tree node control.
public ToTreeNode ( ) : TreeNode
Résultat System.Windows.Forms.TreeNode

this() public méthode

Get the value of a local.
public this ( int index ) : ushort
index int
Résultat ushort