Network Lua API: Difference between revisions

From Off Grid Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 27: Line 27:
This file is auto generated, please don't edit manually!
This file is auto generated, please don't edit manually!


'''Docs last hacked together on''': 06/09/2018 14:53
'''Docs last hacked together on''': 15/11/2019 14:59
[[Category:Modding]][[Category:LuaAPI]]
[[Category:Modding]][[Category:LuaAPI]]

Revision as of 18:07, 19 November 2019

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: 15/11/2019 14:59