1
artifact-tracker/Source/Scripts/ETR_Functions.psc

20 lines
971 B
Plaintext
Raw Normal View History

2022-06-19 20:35:56 +00:00
Scriptname ETR_Functions Hidden
int function AddAllFormsToList(FormList targetList, int formType, Form excludeForm = None) native global
2022-06-19 20:35:56 +00:00
2022-06-21 21:51:57 +00:00
int function AddAllBooksToList(FormList targetList, Form excludeForm = None) native global
int function AddArtifactsToList(Form refOrList, FormList targetList, Form excludeForm = None, bool excludeOnlyMisc = false) native global
2022-06-19 20:35:56 +00:00
int function GetItemCountInList(FormList refList, Form baseForm) native global
int function GetItemCountInActors(Actor[] refArray, Form baseForm) native global
Actor[] function GetPlayerFollowers() native global
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