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

18 lines
824 B
Plaintext
Raw Normal View History

2022-06-19 20:35:56 +00:00
Scriptname ETR_Functions Hidden
2022-06-24 18:32:16 +00:00
int function AddAllFormsToList(FormList targetList, int formType, FormList storedList, FormList foundList) native global
2022-06-19 20:35:56 +00:00
2022-06-24 18:32:16 +00:00
int function AddArtifactsToList(Form refOrList, FormList targetList, FormList excludeList = None) native global
2022-06-19 20:35:56 +00:00
int function GetItemCountInList(FormList refList, Form baseForm) native global
ObjectReference function GetCellStorage(ObjectReference ref, FormList refList, Form refToCreate, bool autoCreate = true) native global
2022-06-24 18:32:16 +00:00
function SyncCellStorage(ObjectReference cellStorage, FormList excludeContainers) native global
2022-06-19 20:35:56 +00:00
Actor[] function GetPlayerFollowers() native global
bool function FollowersHaveItem(Form baseForm) native global
2022-06-19 20:35:56 +00:00
2022-06-24 18:32:16 +00:00
int function AddArtifactsFromFollowersToList(FormList targetList, FormList excludeList = None) native global