Funct.getCallbackParameters

Gets the parameters for the call back functions. These are all but the first parameter and the last parameter will be the class. I'm not sure ths is valid for all callbacks.

struct Funct
string
getCallbackParameters
(
int firstParameter = 0
)

Parameters

firstParameter int

?

Return Value

Type: string

Meta