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

A local variable section for a script.
Inheritance: ScriptSection
Exibir arquivo Open project: Burton-Radons/Alexandria

Public Methods

Method 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

Method Description
Locals ( Script script, ScriptBlock block, AssetLoader loader ) : System

Method Details

ToString() public method

Convert to a string.
public ToString ( ) : string
return string

ToTreeNode() public method

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

this() public method

Get the value of a local.
public this ( int index ) : ushort
index int
return ushort