Function xsCall_noResult
Call a Function, ignoring its result.
void xsCall_noResult
(
scope xs .bindings .xsMachineRecord* the,
const(xs .bindings .xsSlotRecord) this_,
short id,
const(xs .bindings .xsSlotRecord[]) params...
);
Parameters
Name | Description |
---|---|
the | A machine |
this_ | A reference to the instance that will have the property or item |
id | The identifier of the property or item to call |
params | The parameter slots to pass to the function |