Uses of Class
unsw.cse.framescript.MicaBot

Uses of MicaBot in unsw.cse.framescript
 

Methods in unsw.cse.framescript that return MicaBot
static MicaBot MicaBot.check_micabot(Atom functionName, Instance currentObject, Term[] arg, int n, StackFrame frame)
          Convenience routine to check micabot arguments for built-in functions.
static MicaBot MicaBot.getCurrentMicaBot(Atom functor)
           
 

Methods in unsw.cse.framescript with parameters of type MicaBot
static MobInstance MicaBot.getMobInstance(unsw.cse.mica.data.Mob m, MicaBot bot)
           
static MobGeneric MicaBot.getMobType(java.lang.String mobType, MicaBot bot, unsw.cse.mica.data.TypeManager tm)
           
static void MicaBot.init(MicaBot bot)
           
static void MicaBot.reportException(java.lang.Exception e, MicaBot bot)