Background for Skyrim SE
Member of the PO3_SKSEFunctions script
float[]functionGetLocalGravity()NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Gets exterior worldspace/interior cell gravity.
  • Default gravity is [0.0, 0.0, -9.81]

Caveats


Examples

Auto-Generated Example

float[] returnedValue = PO3_SKSEFunctions.GetLocalGravity()

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.