Background for Skyrim SE
Member of the clib script
boolfunctioncIDInVanillaRange(intdecForm, stringhexForm="", FormaForm=NONE)Global

Description

Documentation String

Requirements: None

Documentation Comment

Requires full formID of a loaded plugin
Checks if the dec FormID value is between 0 and SSEEdit value for next form in Dragonborn.esm
NOTE: Injected records cannot be differentiated. This does not mean the form is valid, only that it's in range
however, apart from this caveat it does confirm that it is not from a mod use cGetForm to test validity


Parameters

  1. intdecForm

  2. stringhexForm=""

  3. FormaForm=NONE


Examples

Auto-Generated Example

int myInt__decForm
string myString__hexForm
Form myForm__aForm

bool returnedValue = clib.cIDInVanillaRange(myInt__decForm, myString__hexForm, myForm__aForm)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.