#include <loadscpt.hpp>
|
| static std::string | getRecordType () |
| | Return a string descriptor for this record type. Currently used for debugging / error logs only. More...
|
| |
| void ESM::Script::blank |
( |
| ) |
|
Set record to default state (does not touch the ID/index).
| static std::string ESM::Script::getRecordType |
( |
| ) |
|
|
inlinestatic |
Return a string descriptor for this record type. Currently used for debugging / error logs only.
| void ESM::Script::loadSCVR |
( |
ESMReader & |
esm | ) |
|
|
private |
| void ESM::Script::save |
( |
ESMWriter & |
esm, |
|
|
bool |
isDeleted = false |
|
) |
| const |
| std::string ESM::Script::mId |
| std::vector<unsigned char> ESM::Script::mScriptData |
Bytecode generated from script-precompiling in the editor.
- Warning
- Do not use this field. OpenCS currently does not precompile scripts.
| std::string ESM::Script::mScriptText |
| std::vector<std::string> ESM::Script::mVarNames |
Variable names generated by script-precompiling in the editor.
- Warning
- Do not use this field. OpenCS currently does not precompile scripts.
The documentation for this class was generated from the following files:
- /home/travis/build/OpenMW/openmw/components/esm/loadscpt.hpp
- /home/travis/build/OpenMW/openmw/components/esm/loadscpt.cpp