Network Lua API

From Off Grid Wiki
Revision as of 16:13, 26 June 2017 by Rich (talk | contribs) (Rich moved page Lua Apis/Network Lua API to Network Lua API without leaving a redirect: removing sub-pages)
Jump to navigation Jump to search

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