Difference between revisions of "IsHostileToActor- Actor"
m
→Examples
imported>Rasikko |
imported>Rasikko m (→Examples) |
||
Line 27: | Line 27: | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
Function isActorHostile(Actor akCallingActor, Actor akActorRef) | Function isActorHostile(Actor akCallingActor, Actor akActorRef) | ||
if | if akActorRef == none | ||
return | return | ||
else | else |