Debug.setupvalue

From GiderosMobile
This page contains changes which are not marked for translation.


Available since: Gideros 2011.6
Class: debug

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(func,up,value)

Parameters

func: (function) function to set the upvalue for
up: (number) index of the upvalue
value: (varies) value to set as upvalue

Return values

Returns (string) name of the upvalue or nil