Background for Skyrim SE
Member of the PO3_SKSEFunctions script
stringfunctionGetLandMaterialType(floatafPosX, floatafPosY, floatafPosZ)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Gets land material type at the specified coordinates.

Caveats


Parameters

floatafPosX

floatafPosY

floatafPosZ


Examples

Auto-Generated Example

float myFloat__afPosX
float myFloat__afPosY
float myFloat__afPosZ

string returnedValue = PO3_SKSEFunctions.GetLandMaterialType(myFloat__afPosX, myFloat__afPosY, myFloat__afPosZ)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.