18 lines
797 B
Plaintext
18 lines
797 B
Plaintext
Scriptname ETR_Functions Hidden
|
|
|
|
int function AddAllFormsToList(FormList targetList, int formType, Form excludeForm = None) native global
|
|
|
|
int function AddArtifactsToList(Form refOrList, FormList targetList, Form excludeForm = None) native global
|
|
|
|
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
|
|
|
|
Actor[] function GetPlayerFollowers() native global
|
|
|
|
bool function FollowersHaveItem(Form baseForm) native global
|
|
|
|
int function AddArtifactsFromFollowersToList(FormList targetList, Form excludeForm = None) native global
|