LuaNET, the lua 5.1 api documentation!

Lua-Api

Core

[LUA 5.1] setfenv

function setfenv ( f, table )
Sets the environment to be used by the given function.
f can be a Lua function or a number that specifies the function at that stack level: Level 1 is the function calling setfenv.
setfenv returns the given function.

As a special case, when f is 0 setfenv changes the environment of the running thread.
In this case, setfenv returns no values.

Comments

© 2007 DracoBlue :: Valid XHTML, CSS, RSS Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC | SourceNet © 2007, DracoBlue :: Page created in 13.525 seconds with 20 queries.