NaInstTable.getInstruction

Finds an instruction that can be called with arguments with a matching name

  1. NaInst getInstruction(ushort code)
  2. integer getInstruction(string name, NaInstArgType[] arguments)
    class NaInstTable
    integer
    getInstruction

Return Value

Type: integer

the instruction code for an instruction that can be called, or -1 if doesnt exist

Meta