Difference between revisions of "ActorBase Script"
Jump to navigation
Jump to search
→Member Functions: Added SKSE Member Function list
imported>Jog |
imported>Behippo (→Member Functions: Added SKSE Member Function list) |
||
Line 57: | Line 57: | ||
'''Function [[SetOutfit - ActorBase|SetOutfit]](Outfit akOutfit,bool abSleepOutfit)''' | '''Function [[SetOutfit - ActorBase|SetOutfit]](Outfit akOutfit,bool abSleepOutfit)''' | ||
*Change the default or sleep outfit. Art will be loaded next time this actor is loaded. | *Change the default or sleep outfit. Art will be loaded next time this actor is loaded. | ||
== SKSE Member Functions == | |||
'''CombatStyle Function [[GetCombatStyle - ActorBase|GetCombatStyle]]()''' | |||
*Returns the combat style of this actor. | |||
'''Function [[SetCombatStyle - ActorBase|SetCombatStyle]](CombatStyle cs)''' | |||
*Sets the combat style of this actor. | |||
'''Outfit Function [[GetOutfit - ActorBase|GetOutfit]](bool bSleepOutfit = false)''' | |||
*Returns the default or sleep outfit of this actor. | |||
'''Function [[SetClass - ActorBase|SetClass]](Class c)''' | |||
*Changes the class of this actor. | |||
'''float Function [[GetWeight - ActorBase|GetWeight]]()''' | |||
*Returns the weight of this actor. | |||
'''Function [[SetWeight - ActorBase|SetWeight]](float weight)''' | |||
*Changes the weight of this actor. | |||
'''int Function [[GetNumHeadParts - ActorBase|GetNumHeadParts]]()''' | |||
*Returns the number of head parts of this actor. | |||
'''HeadPart Function [[GetNthHeadPart - ActorBase|GetNthHeadPart]](int slotPart)''' | |||
*Returns the specified head part of this actor. | |||
'''Function [[SetNthHeadPart - ActorBase|SetNthHeadPart]](HeadPart headPart, int slotPart)''' | |||
*Changes the specified head part of this actor. | |||
'''float Function [[GetFaceMorph - ActorBase|GetFaceMorph]](int index)''' | |||
* Returns the specified head morph value of this actor. | |||
'''Function [[SetFaceMorph - ActorBase|SetFaceMorph]](float value, int index)''' | |||
* Changes the specified face morph value of this actor. | |||
'''int Function [[GetFacePreset - ActorBase|GetFacePreset]](int index)''' | |||
*Returns the face preset of this actor. | |||
'''Function [[SetFacePreset - ActorBase|SetFacePreset]](int value, int index)''' | |||
*Changes the face preset of this actor. | |||
'''ColorForm Function [[GetHairColor - ActorBase|GetHairColor]]()''' | |||
*Returns the ColorForm of this actor's hair. | |||
'''Function [[SetHairColor - ActorBase|SetHairColor]](ColorForm color)''' | |||
*Changes the ColorForm of this actor's hair. | |||
== Events == | == Events == |