SPE_Form
- Found in:
- Scrab's PE
Inheritance Tree
No indexed scripts extend this script.
Properties
Events
Functions
- Found in:
- Scrab's PE
Get all references that are currently in possession of the given form
- Found in:
- Scrab's PE
Given a leveled list, return a single array containing all possible drops from this list
The function recursively finds all items, including those contained in other leveled lists of any depth
That is, it is guaranteed that the returned Form[] array will no longer contain any LeveledItem objects
- Found in:
- Scrab's PE
Check if the given form has any (or all) of the given keywords
If abPartialMatch, will return true if any of the strings in asKeywords is a substring of the form's keywords (e.g. ["ActorType"] would match "ActorTypeNPC")
- Found in:
- Scrab's PE
boolfunctionFormHasKeywordStrings(FormakForm, string[]asKeywords, boolabContainAll, boolabPartialMatch)NativeGlobal
