TEMU  4.4
The Terma Emulator
temu_CreateArg Struct Reference

#include </builds/termade/temu/temu/include/temu-c/Support/Objsys.h>

Collaboration diagram for temu_CreateArg:

Data Fields

const char * Key
 Name of argument. More...
 
temu_Propval Val
 Value of argument. More...
 

Detailed Description

Generic constructor argument

The object constructors takes an array of key/value pairs as parameters. The values are passed using either:

  • Registered argument in the Class.new command method.
  • Explicitly to temu_createObject().
  • Args parameter to object-create global command.

The object create function would typically scan through the array, finding relevant matching keys.

Field Documentation

◆ Key

const char* temu_CreateArg::Key

Name of argument.

◆ Val

temu_Propval temu_CreateArg::Val

Value of argument.


The documentation for this struct was generated from the following file: