new BlockPyServer(main)
Object for communicating with the external servers. This includes functionality for
saving and loading files, logging events, saving completions, and retrieving history.
This:
Parameters:
Name | Type | Description |
---|---|---|
main |
Object | The main BlockPy instance |
Methods
finalizeSubscriptions()
Some subscriptions have to happen after other things have been loaded.
Right now this is just after CORGIS libraries have been loaded, but maybe
we'll add more later and this will need to be refactored.