Property | Type | Description | |
---|---|---|---|
interactiveMode | bool |
Property | Type | Description | |
---|---|---|---|
Convert | ComponentStartMode | ||
GMERegister | void | ||
GMEUnRegister | void | ||
Main | void |
Method | Description | |
---|---|---|
Enable ( bool newval ) : void | ||
Initialize ( MgaProject project ) : void |
This function is called for each interpreter invocation before Main. Don't perform MGA operations here unless you open a tansaction.
|
|
Invoke ( MgaProject Project, MgaFCOs selectedobjs, int param ) : void | ||
InvokeEx ( MgaProject project, MgaFCO currentobj, MgaFCOs selectedobjs, int param ) : void | ||
ObjectsInvokeEx ( MgaProject Project, MgaObject currentobj, MgaObjects selectedobjs, int param ) : void | ||
get_ComponentParameter ( string Name ) : object | ||
set_ComponentParameter ( string Name, object pVal ) : void |
Method | Description | |
---|---|---|
Convert ( int param ) : ComponentStartMode | ||
GMERegister ( |
||
GMEUnRegister ( |
||
Main ( MgaProject project, MgaFCO currentobj, MgaFCOs selectedobjs, ComponentStartMode startMode ) : void |
public Initialize ( MgaProject project ) : void | ||
project | MgaProject | The handle of the project opened in GME, for which the interpreter was called. |
return | void |
public Invoke ( MgaProject Project, MgaFCOs selectedobjs, int param ) : void | ||
Project | MgaProject | |
selectedobjs | MgaFCOs | |
param | int | |
return | void |
public InvokeEx ( MgaProject project, MgaFCO currentobj, MgaFCOs selectedobjs, int param ) : void | ||
project | MgaProject | |
currentobj | MgaFCO | |
selectedobjs | MgaFCOs | |
param | int | |
return | void |
public ObjectsInvokeEx ( MgaProject Project, MgaObject currentobj, MgaObjects selectedobjs, int param ) : void | ||
Project | MgaProject | |
currentobj | MgaObject | |
selectedobjs | MgaObjects | |
param | int | |
return | void |
public get_ComponentParameter ( string Name ) : object | ||
Name | string | |
return | object |
public set_ComponentParameter ( string Name, object pVal ) : void | ||
Name | string | |
pVal | object | |
return | void |