Alexandria.Engines.GoldBox.Resources.ScriptInstruction.Call.Call C# (CSharp) Method

Call() public method

public Call ( Script script, long offset, BinaryReader reader ) : System
script Script
offset long
reader System.IO.BinaryReader
return System
            public Call(Script script, long offset, BinaryReader reader)
                : base(script, offset, reader, ScriptOpcode.Call)
            {
            }
ScriptInstruction.Call