MCPcopy Create free account
hub / github.com/OpenMW/openmw / setLuaScripts

Method setLuaScripts

apps/openmw/mwworld/refdata.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27{
28
29 void RefData::setLuaScripts(std::shared_ptr<MWLua::LocalScripts>&& scripts)
30 {
31 mChanged = true;
32 mLuaScripts = std::move(scripts);
33 }
34
35 void RefData::copy(const RefData& refData)
36 {

Callers 11

copyToCellMethod · 0.80
moveToCellMethod · 0.80
copyToCellMethod · 0.80
moveToCellMethod · 0.80
updateRefNumsMethod · 0.80
unstackMethod · 0.80
ManualRefMethod · 0.80
teleportNotPlayerFunction · 0.80
clearMethod · 0.80
createLocalScriptsMethod · 0.80
loadLocalScriptsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected