- Found in:
- cLib
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
intdecForm
stringhexForm=""
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)