2022-06-19 20:35:56 +00:00
|
|
|
Scriptname ETR_Functions Hidden
|
|
|
|
|
2022-06-21 20:10:12 +00:00
|
|
|
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
|
|
|
|
|
2022-06-22 08:28:12 +00:00
|
|
|
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
|
|
|
|
|
2022-06-22 08:28:12 +00:00
|
|
|
bool function FollowersHaveItem(Form baseForm) native global
|
2022-06-19 20:35:56 +00:00
|
|
|
|
2022-06-22 08:28:12 +00:00
|
|
|
int function AddArtifactsFromFollowersToList(FormList targetList, Form excludeForm = None) native global
|