Functions | |
Embryo_Cell | embryo_program_variable_find (Embryo_Program *ep, char *name) |
Retrieves the location of the public variable in the given program with the given name. | |
int | embryo_program_variable_count_get (Embryo_Program *ep) |
Retrieves the number of public variables in the given program. | |
Embryo_Cell | embryo_program_variable_get (Embryo_Program *ep, int num) |
Retrieves the location of the public variable in the given program with the given identifier. |
The functions here allow the host program to access these public variables.
|
Retrieves the number of public variables in the given program.
|
|
Retrieves the location of the public variable in the given program with the given name.
|
|
Retrieves the location of the public variable in the given program with the given identifier.
|