Alexandria.Engines.Sciagi.Resources.ScriptSection.Locals.this C# (CSharp) Method

this() public method

Get the value of a local.
public this ( int index ) : ushort
index int
return ushort
            public ushort this[int index]
            {
                get { return Values[index]; }
            }