đŸĒžReflection Functions

These are all of the functions revolving reflections that Wave supports.

Loadstring:

<function> loadstring(<string> chunk, <string?> chunkName)
  • Loads chunk as a Lua function with optional chunkName and returns it.


Check Caller:

<bool> checkcaller(<void>)  
  • Returns true if the current thread was created by Wave.


Is Lua Closure:

<bool> islclosure(<function> a1)  
  • Returns true if a1 is an LClosure.

Last updated