Network Lua API

From Off Grid Wiki
Revision as of 12:20, 10 November 2017 by Steve (talk | contribs)
Jump to navigation Jump to search

Network

Description

Allows modders to trigger network operations

Functions

CreateDataPoint

Network.CreateDataPoint(locationObject, characterName, dataPoint, dataNetwork)

Expected parameter types

Name Type
locationObject string
characterName string
dataPoint Lua Type
dataNetwork Lua Table

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

Returns: Nothing


This file is auto generated, please don't edit manually!

Docs last hacked together on: 10/11/2017 11:07