Difference between revisions of "ActorBase Script"

23 bytes added ,  23:54, 20 January 2018
Undo revision 9322 by Scrivener07 (talk)
imported>Qazaaq
(Added F4SE member)
imported>Qazaaq
(Undo revision 9322 by Scrivener07 (talk))
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Actor]]
'''Extends:''' [[Form Script]]
'''Extends:''' [[Form Script]]
 
<BR/>
'''Editor:''' [[Actor]]
'''Editor:''' [[Actor]]


Line 17: Line 13:
None
None


== Structs ==
== F4SE Structs ==
*Struct [[BodyWeight Struct - ActorBase|BodyWeight]]
*Struct [[BodyWeight Struct - ActorBase|BodyWeight]]
**A structure containing an actors body weight information.
**A structure containing an actors body weight information.
Line 59: Line 55:


== F4SE Member Functions ==
== F4SE Member Functions ==
*BodyWeight Function [[GetBodyWeight - ActorBase|GetBodyWeight]]()
**Returns this actors body weight information.
*HeadPart[] Function [[GetHeadParts - ActorBase|GetHeadParts]](bool bOverlays)
**Returns the head part array from either the overlay list or original list.
*Outfit Function [[GetOutfit - ActorBase|GetOutfit]](bool bSleepOutfit)
**Get the Outfit of the actor.
*ActorBase Function [[GetTemplate - ActorBase|GetTemplate]](bool bTopMost)
*ActorBase Function [[GetTemplate - ActorBase|GetTemplate]](bool bTopMost)
**Gets the template of the ActorBase, topmost will return the highest parent.
**Gets the template of the ActorBase, topmost will return the highest parent.
*bool Function [[HasHeadPartOverlays - ActorBase|HasHeadPartOverlays]]()
*bool Function [[HasHeadPartOverlays - ActorBase|HasHeadPartOverlays]]()
**Returns whether this ActorBase has any overlay head parts.
**Returns whether this ActorBase has any overlay head parts.
*HeadPart[] Function [[GetHeadParts - ActorBase|GetHeadParts]](bool bOverlays)
**Returns the head part array from either the overlay list or original list.
*Outfit Function [[GetOutfit - ActorBase|GetOutfit]](bool bSleepOutfit)
**Get the Outfit of the actor.
*BodyWeight Function [[GetBodyWeight - ActorBase|GetBodyWeight]]()
**Returns this actors body weight information.
*Function [[SetBodyWeight - ActorBase|SetBodyWeight]](BodyWeight weight)
*Function [[SetBodyWeight - ActorBase|SetBodyWeight]](BodyWeight weight)
**Modifies this actors body weight information.
**Modifies this actors body weight information.
Line 80: Line 76:


== See Also ==
== See Also ==
*[[Actor]]
*[[:Category:Actor|Actor Category]]
*[[:Category:Actor|Actor Category]]
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Actor]]
Anonymous user