Garry's Mod Wiki

getfenv

  table getfenv( function location = 1 )

Description

Returns the environment table of either the stack level or the function specified.

Arguments

1 function location = 1
The object to get the enviroment from. Can also be a number that specifies the function at that stack level: Level 1 is the function calling getfenv. Level 0 is the base Garry's Mod environment (_G).

Returns

1 table
The environment.