Using the API
This page explains how to use the NIF API to toggle projects
Overview
CET API
-- Disabled state is lost upon game restart, but kept when loading a different save
-- Toggle all interactions
GetMod("nativeInteractions").api.toggleAll(true)
GetMod("nativeInteractions").api.toggleAll(false)
-- Toggle interactions of a specific project
GetMod("nativeInteractions").api.toggleProject("projectName", true)
GetMod("nativeInteractions").api.toggleProject("projectName", false)
Redscript API
Last updated