-
Notifications
You must be signed in to change notification settings - Fork 20
ActorBase
powerof3 edited this page May 4, 2022
·
3 revisions
- Get association type between 2 NPCs, if any
AssociationType Function GetAssociationType(ActorBase akBase1, ActorBase akBase2) global native- Gets NPC death item
LeveledItem Function GetDeathItem(ActorBase akBase) global native- Get actorbase perk at nth index
Perk Function GetNthPerk(ActorBase akBase, int aiIndex) global native- Get total actorbase perk count
int Function GetPerkCount(ActorBase akBase) global native- Gets list of actorbases by association type, OR all actors with relationships if association type is None
Actorbase[] Function GetRelationships(ActorBase akBase, AssociationType akAssocType) global native- Sets NPC death item.
- Can be None.
Function SetDeathItem(ActorBase akBase, LeveledItem akLeveledItem) global native