Internal Functions
These are all the synapse internal functions datamined from the public synapse source. All of these functions are completely useless to anyone else but the synapse dev team.
Get States
<table> getstates(<void>)
Returns a table populated with all threads
Get Instance From State
<instance> getinstancefromstate(<thread>)
Exact function unknown.
Get Pointer From State
<userdata> getpointerfromstate(<thread>)
Exact function unknown.
Get State Environment
<table> getstateenv(<thread> state)
Returns the environment for state
.
Get Call Stack
<table> getcallstack(<thread>)
Exact function unknown.