Background for Skyrim SE
Member of the DbSkseFunctions script
voidfunctionSetCollision(ObjectReferenceref, boolenabled)Global

Description

Documentation Comment

enable or disable collision on ref using tcl console command
requires powerofthree's Tweaks to work.


Caveats


Parameters

ObjectReferenceref

boolenabled


Examples

Auto-Generated Example

ObjectReference myObjectReference__ref
bool myBool__enabled

DbSkseFunctions.SetCollision(myObjectReference__ref, myBool__enabled)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.