Background for Fallout 4
Member of the Actor script
boolfunctionIsIntimidated()Native

Description

Wiki Description

Used to determine if this actor has been intimidated by the player

Documentation Comment

Queries whether this actor has player intimidated flag set.


Caveats


Examples

; Print a message if Bob has been intimidated by the player
if (Bob.IsIntimidated())
  Debug.Trace("Bob was intimidated by the player!")
endIf

Auto-Generated Example

bool returnedValue = myActor__toCallFunctionOn.IsIntimidated()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.