Actions Function Groups

In addition to the main On Function condition, XLua offers 7 other copies of the condition labeled A - G.  Functionally they are identical, but only respond to functions that were registered as part of a corresponding group.  More information on function groups and when they should be used can be found here.

The following actions are functionally identical to the Register MMF Function action, but register the function as part of the corresponding group.

Register MMF Function.A

Registers a function in lua's global namespace which will call the corresponding On Function.A triggered event.

Parameters

String Function Name
Value Minimum parameter count

Register MMF Function.B

Registers a function in lua's global namespace which will call the corresponding On Function.B triggered event.

Parameters

String Function Name
Value Minimum parameter count

Register MMF Function.C

Registers a function in lua's global namespace which will call the corresponding On Function.C triggered event.

Parameters

String Function Name
Value Minimum parameter count

Register MMF Function.D

Registers a function in lua's global namespace which will call the corresponding On Function.D triggered event.

Parameters

String Function Name
Value Minimum parameter count

Register MMF Function.E

Registers a function in lua's global namespace which will call the corresponding On Function.E triggered event.

Parameters

String Function Name
Value Minimum parameter count

Register MMF Function.F

Registers a function in lua's global namespace which will call the corresponding On Function.F triggered event.

Parameters

String Function Name
Value Minimum parameter count

Register MMF Function.G

Registers a function in lua's global namespace which will call the corresponding On Function.G triggered event.

Parameters

String Function Name
Value Minimum parameter count

Copyright 2010 Justin Aquadro