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

18 lines
797 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-22 00:52:12 +00:00
int function AddArtifactsToList(Form refOrList, FormList targetList, Form excludeForm = 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
function SyncCellStorage(ObjectReference cellStorage, Form excludeForm = None) 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
int function AddArtifactsFromFollowersToList(FormList targetList, Form excludeForm = None) native global