Network Lua API

From Off Grid Wiki
Revision as of 15:09, 2 June 2017 by Harry (talk | contribs) (Create Network Lua API)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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