Starfield Mod:Script-ActorBase
From Starfield Wiki
| Actor Base | |
|---|---|
| Script | ActorBase |
| Extends | Form → ScriptObject |
| Editor | Actor |
| Reference | Actor |
A description of the script with its use and purpose.
Definition[edit]
The script header definition.
ScriptName ActorBase Extends Form Native Hidden
Members[edit]
The members that belong to this script.
- Class Function GetClass()
- int Function GetDeadCount()
- FormList Function GetGiftFilter()
- Race Function GetRace()
- int Function GetLevel()
- int Function GetLevelExact()
- int Function GetSex()
- int Function GetPronoun()
- Function DeriveGeneticParentAppearance(ActorBase akChildSourceToDeriveFrom)
- Actor Function GetUniqueActor()
- bool Function IsEssential()
- bool Function IsProtected()
- bool Function IsUnique()
- Function SetEssential(bool abEssential = true)
- Function SetProtected(bool abProtected = true)
- Function SetOutfit(Outfit akOutfit, bool abSleepOutfit = false)