TEMU
4.4
The Terma Emulator
|
#include </builds/termade/temu/temu/include/temu-c/Support/Objsys.h>
Data Fields | |
const char * | Key |
Name of argument. More... | |
temu_Propval | Val |
Value of argument. More... | |
Generic constructor argument
The object constructors takes an array of key/value pairs as parameters. The values are passed using either:
Class.new
command method.temu_createObject()
.object-create
global command.The object create function would typically scan through the array, finding relevant matching keys.
const char* temu_CreateArg::Key |
Name of argument.
temu_Propval temu_CreateArg::Val |
Value of argument.