Skip to content

Struct rayx::PalikTable

ClassList > rayx > PalikTable

More...

  • #include <PalikTable.h>

Public Attributes

Type Name
std::vector< PalikEntry > m_Lines
std::string m_element

Public Static Functions

Type Name
bool load (const char * element, PalikTable * out)

Detailed Description

This struct represents the contents of a .NKP file.

Example usage:

PalikTable cu; bool success = PalikTable::load("CU", &cu); // the palik table for copper!

Public Attributes Documentation

variable m_Lines

std::vector<PalikEntry> rayx::PalikTable::m_Lines;

variable m_element

std::string rayx::PalikTable::m_element;

Public Static Functions Documentation

function load

static bool rayx::PalikTable::load (
    const char * element,
    PalikTable * out
) 

loads the .NKP file of the element element and writes it's contents to out



The documentation for this class was generated from the following file Intern/rayx-core/src/Material/PalikTable.h