[Lua] Add nearby.players and world.players

This commit is contained in:
Petr Mikheev 2023-06-17 19:56:25 +02:00
parent 0b9bcf58e2
commit 9d15629ae2
6 changed files with 15 additions and 0 deletions

View file

@ -10,6 +10,10 @@
-- List of currently active actors.
-- @field [parent=#world] openmw.core#ObjectList activeActors
---
-- List of players. Currently (since multiplayer is not yet implemented) always has one element.
-- @field [parent=#world] openmw.core#ObjectList players
---
-- Loads a named cell
-- @function [parent=#world] getCellByName