Skip to content

Functions

Christopher Holzmann Pérez edited this page Sep 20, 2021 · 1 revision

ARMP

Function Description Comment
placeholder placeholder placeholder

ArmpEntry

Function Description Comment
GetValueFromColumn Gets the value for the specified column Implemented
SetValueFromColumn Sets the value for the specified column (NO TYPE CHECKS ARE PERFORMED) Implemented

ArmpTable

Function Description Comment
GetAllEntries Returns all entries in the table Implemented
GetEntry Returns a specific entry in the table Implemented
GetColumnNames Gets the column names Implemented
GetColumnDataType placeholder Not updated for v2
IsColumnSpecial Returns if the column is special (array/list). Only used in v2 Implemented
SearchByName Searches all entries for matching names Implemented
SearchByValue Searches all entries for matching vales in the specified column Implemented
AddEntry Adds an entry to the end of the table Implemented
InsertEntry Inserts an entry into the table at the specified index Not yet implemented
CopyEntry Copy a specified entry Implemented
SetValue Sets the value of a specified column in the specified entry Not updated for v2
GenerateTemplateArmpEntry Returns a dummy entry for the specified table Not yet implemented

ArmpFileReader

Function Description Comment
ReadARMP placeholder placeholder

ArmpFileWriter

Function Description Comment
SaveARMP placeholder placeholder
Clone this wiki locally