Background for Skyrim SE
Member of the DP_Extender script
voidfunctionSetAlchAutoCalcFlag(Formf, boolbAuto)NativeGlobal

Description

Documentation Comment

true = AutoCalc, false = ManualCalc


Caveats


Parameters

Formf

boolbAuto


Examples

Auto-Generated Example

Form myForm__f
bool myBool__bAuto

DP_Extender.SetAlchAutoCalcFlag(myForm__f, myBool__bAuto)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.