CommonLibSSE NG
|
#include <CommandTable.h>
Public Member Functions | |
int | GetInteger () const |
Chunk * | GetNext () |
Public Member Functions inherited from RE::SCRIPT_FUNCTION::Chunk | |
StringChunk * | AsString () |
IntegerChunk * | AsInteger () |
Public Attributes | |
char | magic |
std::int32_t | value |
int RE::SCRIPT_FUNCTION::IntegerChunk::GetInteger | ( | ) | const |
Chunk* RE::SCRIPT_FUNCTION::IntegerChunk::GetNext | ( | ) |
char RE::SCRIPT_FUNCTION::IntegerChunk::magic |
std::int32_t RE::SCRIPT_FUNCTION::IntegerChunk::value |