đšī¸Script
These are all of the functions revolving scripts that Wave supports.
Get Calling Script
Gets the script that is calling this function.
Get Loaded Modules
Returns a
table
with all loadedmodules
currently in game.
Get Running Scripts
Returns a list of scripts that are running in the environment. Returns
nil
if there are no scripts running.
Get Scripts
Returns a list of scripts within the global state of the caller.
Get Script Bytecode
Returns the bytecode of the given script. This can be used in a dissassembler.
Get Script Closure
Returns the closure from the given script, can be used to gather
upvalues
orconstants
.
Get Script Environment
Returns the global environment of the given script.
Get Script Hash
Returns a SHA384 hash of the scripts bytecode. You can use this to detect changes of a script.
Last updated