Spectrum Lua API: Difference between revisions

From Off Grid Wiki
Jump to navigation Jump to search
(Add Prism Lua API)
 
No edit summary
Line 31: Line 31:


'''Docs last hacked together on''': 13/09/2017 14:07
'''Docs last hacked together on''': 13/09/2017 14:07
[[Category:Modding]]
[[Category:LuaAPI]]

Revision as of 10:16, 3 November 2017

Spectrum

Description

The Spectrum api allows the manipulation of data points within the game world

Functions

DeleteDataPoint

Spectrum.DeleteDataPoint(dataPoint)

Expected parameter types

dataPoint DataPoint

Description: Deletes the passed in data point

Returns: Nothing

SaveDataPoint

Spectrum.SaveDataPoint(dataPoint)

Expected parameter types

dataPoint DataPoint

Description: Saves currently targeted data point to the players data inventory

Returns: Nothing


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

Docs last hacked together on: 13/09/2017 14:07