IsBaseForm

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin.

Description

Returns True (1) if the passed ref variable stores a valid BaseForm, False (0) otherwise.

Syntax

[help]
(isBaseForm:bool) IsBaseForm refVar:ref 

Example

if IsBaseForm RefVar
    ; it is safe to proceed
endif

See Also