đĒReflection
These are all of the functions revolving reflections that Wave supports.
Check Caller
Returns
true
if the current thread was created by Wave.
Get Hidden Property
Returns the
value
of the property that cannot be accessed through Lua.
Is Executor Closure
Returns
true
ifa1
was created by Wave.
Is Lua Closure
Returns
true
ifa1
is an L Closure.
Loadstring
Loads
chunk
as a Lua function with optionalchunkName
and returns it.
Set Hidden Property
Sets the given property to new
value
.
Set Scriptable
Sets the property's scriptable state to
toggle
.
Last updated