Spectrum Lua API

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

Spectrum

Description

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

Functions

DeleteDataPoint

Spectrum.DeleteDataPoint(dataPoint)

Expected parameter types

Name Type
dataPoint DataPoint

Description: Deletes the passed in data point

Returns: Nothing

SaveDataPoint

Spectrum.SaveDataPoint(dataPoint)

Expected parameter types

Name Type
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: 10/11/2017 11:58