Terragen RPC ============ Terragen RPC is a remote procedure call system for certain versions of Terragen by Planetside Software. A running instance of Terragen can act as a server, allowing other programs to make remote procedure calls (RPCs) to query the open project and modify its state. A Terragen RPC system consists of: - Server -- a running instance of Terragen - Client process(es) using either of the following APIs - High Level Python API - Low Level Python API - JSON-RPC 2.0 messages over TCP In This Documentation ===================== .. toctree:: high-py-api low-py-api downloads tutorials Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`