载入中...
搜索中...
未找到
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.cpp 第 280 行定义.
类成员变量说明
◆ class_objects
| std::unordered_map<std::string, ssq::Class> eve::Runtime::ScriptRecord::class_objects |
在文件 Runtime.cpp 第 285 行定义.
被这些函数引用 eve::Runtime::unload().
◆ compiled
| std::unique_ptr<ssq::Script> eve::Runtime::ScriptRecord::compiled |
在文件 Runtime.cpp 第 284 行定义.
被这些函数引用 eve::Runtime::unload().
◆ from_file
| bool eve::Runtime::ScriptRecord::from_file = false |
在文件 Runtime.cpp 第 283 行定义.
◆ info
| ScriptInfo eve::Runtime::ScriptRecord::info |
在文件 Runtime.cpp 第 281 行定义.
被这些函数引用 eve::Runtime::unload().
◆ source_text
| std::string eve::Runtime::ScriptRecord::source_text |
在文件 Runtime.cpp 第 282 行定义.
该结构体的文档由以下文件生成:
- src/engine/common/Runtime.cpp