Library.functionCallArgumentsPushOrder

For use with generateFunctionCallCode. Use this to change what order arguments are pushed to stack before the bytecode for functionCall is generated

class Library
uinteger[]
functionCallArgumentsPushOrder
(
uinteger functionId
)

Return Value

Type: uinteger[]

the order of arguments to push ([1,0] will push 2 arguments in reverse), or [] for default

Meta