Description
Wiki Description
Used to determine if this actor has been bribed by the player
Documentation Comment
Queries whether this actor has player bribe flag set.
Caveats
Examples
; Print a message if Bob has been bribed by the player
if (Bob.IsBribed())
Debug.Trace("Bob was bribed by the player!")
endIfAuto-Generated Example
bool returnedValue = myActor__toCallFunctionOn.IsBribed()Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
