载入中...
搜索中...
未找到
eve::Runtime::ScriptRecord结构体 参考

Public 属性

ScriptInfo info
 
std::string source_text
 
bool from_file = false
 
std::unique_ptr< ssq::Script > compiled
 
std::unordered_map< std::string, ssq::Class > class_objects
 

详细描述

在文件 Runtime.cpp280 行定义.

类成员变量说明

◆ class_objects

std::unordered_map<std::string, ssq::Class> eve::Runtime::ScriptRecord::class_objects

在文件 Runtime.cpp285 行定义.

被这些函数引用 eve::Runtime::unload().

◆ compiled

std::unique_ptr<ssq::Script> eve::Runtime::ScriptRecord::compiled

在文件 Runtime.cpp284 行定义.

被这些函数引用 eve::Runtime::unload().

◆ from_file

bool eve::Runtime::ScriptRecord::from_file = false

在文件 Runtime.cpp283 行定义.

◆ info

ScriptInfo eve::Runtime::ScriptRecord::info

在文件 Runtime.cpp281 行定义.

被这些函数引用 eve::Runtime::unload().

◆ source_text

std::string eve::Runtime::ScriptRecord::source_text

在文件 Runtime.cpp282 行定义.


该结构体的文档由以下文件生成: