Description
Wiki Description
Checks to see if this actor is currently a teammate of the player
Documentation Comment
Is this actor currently a teammate of the player?
Caveats
Examples
; Is Ed the players teammate
if Ed.IsPlayerTeammate()
Debug.Trace("Ed is the players teammate!")
endIfAuto-Generated Example
bool returnedValue = myActor__toCallFunctionOn.IsPlayerTeammate()Related Pages
- Actor
- Actor.SetPlayerTeammate(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
