IsBaseForm
From GECK
A function added by the ShowOff NVSE Plugin.
Contents
Description
Returns True (1) if the passed ref variable stores a valid BaseForm, False (0) otherwise.
Syntax
(isBaseForm:bool) IsBaseForm refVar:ref
Example
if IsBaseForm RefVar ; it is safe to proceed endif