Network Lua API: Difference between revisions

From Off Grid Wiki
Jump to navigation Jump to search
m (Rich moved page Network Lua API to Lua Apis/Network Lua API without leaving a redirect: adding sub-pages)
(adding DocStart)
Line 1: Line 1:
{{OffGridDocStart}}
= Network =
= Network =
== Description ==
== Description ==

Revision as of 17:36, 22 June 2017

Template:OffGridDocStart

Network

Description

Allows modders to trigger network operations

Functions

CreateDataPoint

Network.CreateDataPoint(locationObject, characterName, dataPoint)

Expected parameter types

locationObject string
characterName string
dataPoint Lua Type

Description: Create a DataPoint in a specific place, from a specific character, with pre filled in data.

Returns: Nothing


Docs last hacked together on: 02/06/2017 16:09