#include "../../vm/natives.h"
Go to the source code of this file.
{ "energy.amount", "get the amount of energy available in pool", { { 1, "amount" }, { 0, 0 } } }
Definition at line 75 of file playground-vm-description.c.
{ "energy.receive", "receive energy from pool", { { 1, "amount" }, { 0, 0 } } }
Definition at line 65 of file playground-vm-description.c.
{ "energy.send", "send energy to pool", { { 1, "amount" }, { 0, 0 } } }
Definition at line 55 of file playground-vm-description.c.
{ "e-puck ", { { 1, "id" }, { 1, "source" }, { 32, "args" }, { 1, "leftSpeed" }, { 1, "rightSpeed" }, { 1, "colorR" }, { 1, "colorG" }, { 1, "colorB" }, { 8, "prox" }, { 60, "camR" }, { 60, "camG" }, { 60, "camB" }, { 1, "energy" }, { 0, NULL } } }
Definition at line 35 of file playground-vm-description.c.