CommonLibSSE NG
RE::BSScript::UnlinkedTypes::Function Class Reference

#include <UnlinkedTypes.h>

Public Attributes

BSFixedString returnTypeName
 
BSFixedString docString
 
bool isNative
 
bool isGlobal
 
std::uint16_t pad12
 
std::uint32_t isPropertyFunction
 
std::uint32_t userFlags
 
BSScrapArray< BSFixedStringparamNameArray
 
BSScrapArray< BSFixedStringparamTypeArray
 
BSScrapArray< BSFixedStringlocalNameArray
 
BSScrapArray< BSFixedStringlocalTypeArray
 
InstructionStream instructionStream
 

Member Data Documentation

◆ docString

BSFixedString RE::BSScript::UnlinkedTypes::Function::docString

◆ instructionStream

InstructionStream RE::BSScript::UnlinkedTypes::Function::instructionStream

◆ isGlobal

bool RE::BSScript::UnlinkedTypes::Function::isGlobal

◆ isNative

bool RE::BSScript::UnlinkedTypes::Function::isNative

◆ isPropertyFunction

std::uint32_t RE::BSScript::UnlinkedTypes::Function::isPropertyFunction

◆ localNameArray

BSScrapArray<BSFixedString> RE::BSScript::UnlinkedTypes::Function::localNameArray

◆ localTypeArray

BSScrapArray<BSFixedString> RE::BSScript::UnlinkedTypes::Function::localTypeArray

◆ pad12

std::uint16_t RE::BSScript::UnlinkedTypes::Function::pad12

◆ paramNameArray

BSScrapArray<BSFixedString> RE::BSScript::UnlinkedTypes::Function::paramNameArray

◆ paramTypeArray

BSScrapArray<BSFixedString> RE::BSScript::UnlinkedTypes::Function::paramTypeArray

◆ returnTypeName

BSFixedString RE::BSScript::UnlinkedTypes::Function::returnTypeName

◆ userFlags

std::uint32_t RE::BSScript::UnlinkedTypes::Function::userFlags

The documentation for this class was generated from the following file: