1
0
Fork 0
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:
Sebastian Fieber 2025-06-20 22:00:02 +02:00
parent 1ac407f32b
commit b1326e4554

View file

@ -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