HasKeyword

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns if a form has a specified keyword associated with it.

Syntax

[help]
HasKeyword form:form "keyword:string"

Example

if HasKeyword rSomeRef "InvisibleDoor"         
     ; Success! This is in fact an invisible door!
endif 

See Also