debug.getupvalue
From GMod Wiki
Function | |
Syntax |
debug.getupvalue( Function function, Number up ) Where is this used? |
Description: | |
This function returns the name and the value of the upvalue with index up of the Function function. The function returns Nil if there is no upvalue with the given index. | |
Returns: | String name, Var value |
Part of Library: | Debug |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Debug.getupvalue]Debug.getupvalue [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |
This article is a stub. You can help the GMod Wiki by expanding it. |