Network Lua API: Difference between revisions

From Off Grid Wiki
Jump to navigation Jump to search
m (Rich moved page Lua Apis/Network Lua API to Network Lua API without leaving a redirect: removing sub-pages)
(Update)
Line 1: Line 1:
<!-- This file is auto generated, please don't edit manually! -->
= Network =
= Network =
== Description ==
== Description ==
Line 4: Line 5:
== Functions ==
== Functions ==
=== CreateDataPoint ===
=== CreateDataPoint ===
<syntaxhighlight source lang="lua">Network.CreateDataPoint(locationObject, characterName, dataPoint)</syntaxhighlight>
<syntaxhighlight source lang="lua">Network.CreateDataPoint(locationObject, characterName, dataPoint, dataNetwork)</syntaxhighlight>
'''Expected parameter types'''
'''Expected parameter types'''
{| class="wikitable"
{| class="wikitable"
Line 13: Line 14:
|-
|-
| dataPoint || Lua Type
| dataPoint || Lua Type
|-
| dataNetwork || Lua Table
|}
|}
'''Description''': Create a DataPoint in a specific place, from a specific character, with pre filled in data.
'''Description''': Create a DataPoint in a specific place, from a specific character, with pre filled in data.
Line 20: Line 23:




'''Docs last hacked together on''': 02/06/2017 16:09
This file is auto generated, please don't edit manually!
 
'''Docs last hacked together on''': 13/09/2017 14:00

Revision as of 13:01, 13 September 2017

Network

Description

Allows modders to trigger network operations

Functions

CreateDataPoint

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

Expected parameter types

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: 13/09/2017 14:00