Skip to content
RubenatorX edited this page Apr 28, 2020 · 2 revisions

This library provides functions for sending and receiving information across instances of Windower via inter-process communication.

local ipc = require('ipc')

Dependency Required

To use this library, you must include ipc in the manifest.xml file for your package:

<dependency>ipc</dependency>
Clone this wiki locally