GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
void BaseEmulator::SetGlobal ( const ANamedItem global)
virtualinherited

This method allows to modified some options of the emulator.

Be carefull that depending on the item it might affect the emulator only in its initialisation phase.

  • If an item with the same name and type already exists in the list, it just modified the value. Note that the name of an item should be unique in the list.
  • if the name doest not exist, it adds it to the list

Definition at line 82 of file BaseEmulator.cpp.