Difference between revisions of "ActorBase Script"

No change in size ,  00:19, 22 October 2017
Re-order F4SE Member functions
imported>Qazaaq
(see also was added and section for f4se added)
imported>ShadeMe
(Re-order F4SE Member functions)
Line 55: 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.
Anonymous user