1
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

25 lines
1.2 KiB

Scriptname ETR_Functions Hidden
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ObjectReference functions
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
int function AddAllFormsToList(FormList targetList, int formType, Form keywordOrList = None, Form excludeForm = None, bool onlyPlayable = true) native global
int function AddItemsOfTypeAndKeywordToList(Form refOrList, FormList targetList, int formType = 0, Form keywordOrList = None, Form excludeForm = None, bool noEquipped = true, bool noFavourited = true, bool noQuestItem = true) native global
int function GetItemCountInList(FormList refList, Form baseForm) native global
int function GetItemCountInActors(Actor[] refArray, Form baseForm) native global
Actor[] function GetPlayerFollowers() native global
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Artifact Tracker
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
ObjectReference function GetCellStorage(ObjectReference ref, FormList refList, Form refToCreate, bool autoCreate = true) native global
bool function HasRefInCell(Form item, Cell currentCell = None, bool checkContainers = true, FormList excludeList = None) native global
function SyncCellStorage(ObjectReference cellStorage, Form excludeForm = None) native global