Lookup Table
v4.0
Lookup Tables convert an input value to an output value, and can be used in the Stat effects of objects which affect stats, such as ItemObjects.
To create a Lookup Table, right click in the Project view, and select Create/Game Modules/Create/Lookup Table

Add input and output values, as you'd like. You can have as many lookup tables as you need for your project.
Get the output value from a Lookup Table
var lookupTable = SomeLookupTable;
var outputValue = lookupTable.ResultFrom(inputValue);Last updated
Was this helpful?
