Background for Skyrim SE
Member of the DbMiscFunctions script
boolfunctionCanInteractWith(ObjectReferenceref, boolcheckAshPile=true)Global

Description

Documentation Comment

requires skse and DbSkseFunctions.psc version 6.7 or greater


Parameters

  1. ObjectReferenceref

  2. boolcheckAshPile=true


Examples

Auto-Generated Example

ObjectReference myObjectReference__ref
bool myBool__checkAshPile

bool returnedValue = DbMiscFunctions.CanInteractWith(myObjectReference__ref, myBool__checkAshPile)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.