Alexandria.Engines.GoldBox.Resources.ScriptInstruction.Call.Call C# (CSharp) 메소드

Call() 공개 메소드

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