mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-08 11:38:19 +03:00
[Lua] Add nearby.players
and world.players
This commit is contained in:
parent
0b9bcf58e2
commit
9d15629ae2
6 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue