Actor
create_comm_channel
Returns the channel and the associated ID.
get_comm_channel
Returns the communication channel if it exists.
run_on_actor
Runs a script on an actor thread.
getactors
Returns a table of all actors that exist within the game.
is_parallel
Returns if the thread is running on an actor.
run_on_thread
Runs a script on a specified thread, actor threads only.
getactorthreads
Returns all threads that belong to actors in a table.
Last updated