Beispiel #1
0
 public static bool ItemLearned(ProgramItemMsg item)
 {
     return(InstructionHelper.InstructionLearned(item));
 }
Beispiel #2
0
    public static bool ItemLearned(ushort block_id, ushort item_id)
    {
        ProgramItemMsg item = currentProgram.GetBlockByID(block_id).GetProgramItemByID(item_id);

        return(InstructionHelper.InstructionLearned(item));
    }