Cyrus Mod Loader
Loading...
Searching...
No Matches
DMLField Class Reference

#include <DML.h>

Public Member Functions

std::string toString () const
 
template<typename T >
void setValue (T value)
 

Public Attributes

void * vftable
 
double doubleValue
 
float floatValue
 
int32_t intValue
 
char * strValue
 
wchar_t * wstrValue
 
uint64_t gidValue
 
DMLFieldType type
 
char pad [3]
 
char pad_0034 [4]
 
void * N000000D3
 
int32_t N000000D4
 
int32_t flags
 
char pad_0048 [8]
 
char fieldName [32]
 
char pad_0070 [8]
 

Member Function Documentation

◆ setValue()

template<typename T >
void DMLField::setValue ( T value)
inline

◆ toString()

std::string DMLField::toString ( ) const
inline

Member Data Documentation

◆ doubleValue

double DMLField::doubleValue

◆ fieldName

char DMLField::fieldName[32]

◆ flags

int32_t DMLField::flags

◆ floatValue

float DMLField::floatValue

◆ gidValue

uint64_t DMLField::gidValue

◆ intValue

int32_t DMLField::intValue

◆ N000000D3

void* DMLField::N000000D3

◆ N000000D4

int32_t DMLField::N000000D4

◆ pad

char DMLField::pad[3]

◆ pad_0034

char DMLField::pad_0034[4]

◆ pad_0048

char DMLField::pad_0048[8]

◆ pad_0070

char DMLField::pad_0070[8]

◆ strValue

char* DMLField::strValue

◆ type

DMLFieldType DMLField::type

◆ vftable

void* DMLField::vftable

◆ wstrValue

wchar_t* DMLField::wstrValue