mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-10 06:44:29 +00:00
class -> classes
This commit is contained in:
parent
611f96ce65
commit
254bf7c5d8
@ -162,7 +162,7 @@ namespace MWLua
|
|||||||
api["factions"] = &MWBase::Environment::get().getWorld()->getStore().get<ESM::Faction>();
|
api["factions"] = &MWBase::Environment::get().getWorld()->getStore().get<ESM::Faction>();
|
||||||
|
|
||||||
initCoreClassBindings(context);
|
initCoreClassBindings(context);
|
||||||
api["class"] = &MWBase::Environment::get().getWorld()->getStore().get<ESM::Class>();
|
api["classes"] = &MWBase::Environment::get().getWorld()->getStore().get<ESM::Class>();
|
||||||
|
|
||||||
api["l10n"] = LuaUtil::initL10nLoader(lua->sol(), MWBase::Environment::get().getL10nManager());
|
api["l10n"] = LuaUtil::initL10nLoader(lua->sol(), MWBase::Environment::get().getL10nManager());
|
||||||
const MWWorld::Store<ESM::GameSetting>* gmstStore
|
const MWWorld::Store<ESM::GameSetting>* gmstStore
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
-- A read-only list of all @{#ClassRecord}s in the world database.
|
-- A read-only list of all @{#ClassRecord}s in the world database.
|
||||||
-- @field [parent=#core] #list<#ClassRecord> class
|
-- @field [parent=#core] #list<#ClassRecord> classes
|
||||||
|
|
||||||
---
|
---
|
||||||
-- Terminates the game and quits to the OS. Should be used only for testing purposes.
|
-- Terminates the game and quits to the OS. Should be used only for testing purposes.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user