mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-28 06:41:34 +00:00
update doc for getTextureAt
This commit is contained in:
parent
1ac407f32b
commit
b1326e4554
1 changed files with 4 additions and 1 deletions
|
@ -461,7 +461,10 @@
|
|||
-- @return #number
|
||||
|
||||
---
|
||||
-- Get the terrain texture at a given location.
|
||||
-- Get the terrain texture at a given location. As textures are blended and
|
||||
-- multiple textures can be at one specific position the texture whose center is
|
||||
-- closest to the position will be returned.
|
||||
--
|
||||
-- @function [parent=#Land] getTextureAt
|
||||
-- @param openmw.util#Vector3 position
|
||||
-- @param #any cellOrName cell or cell name in their exterior world space to query
|
||||
|
|
Loading…
Reference in a new issue