Debug.setupvalue

From GiderosMobile
Revision as of 11:02, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This function assigns the value value to the upvalue with index up of the function func. The function...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2011.6

Description

This function assigns the value value to the upvalue with index up of the function func. The function returns nil if there is no upvalue with the given index. Otherwise, it returns the name of the upvalue.

(string), = debug.setupvalue(funcupvalue,)

'func: (function) function to set the upvalue for '
'up: (number) index of the upvalue '
'value: (varies) value to set as upvalue '
Returns (string) name of the upvalue or nil