- Found in:
- F4SE
Description
Wiki Description
Returns whether the specified Form is tagged for search.
Documentation Comment
Returns whether the specified form is tagged for search
Caveats
CK Wiki - Notes
None
Parameters
Examples
{check item for search tagging}
MiscObject Property PowerRelayCoil Auto Const Mandatory
Event OnInit()
If (FavoritesManager.IsTaggedForm(PowerRelayCoil))
Debug.Trace("The PowerRelayCoil is tagged for search.")
Else
Debug.Trace("The PowerRelayCoil is NOT tagged for search.")
EndIf
EndEventAuto-Generated Example
Form myForm__akForm
bool returnedValue = FavoritesManager.IsTaggedForm(myForm__akForm)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
