Difference between revisions of "SKSE Wish List"

709 bytes added ,  19:00, 19 February 2015
→‎Base Object Types: Functions to query Furniture data would be rather useful.
imported>DavidJCobb
(→‎Game: ReleasePlayerGrabbedRef)
imported>DavidJCobb
(→‎Base Object Types: Functions to query Furniture data would be rather useful.)
Line 66: Line 66:


====Perk====
====Perk====
====Furniture====
*'''GetMarkerCount''' - Returns the number of furniture markers on this Furniture.
*'''GetNthMarkerType''' - Returns the type of the Furniture's ''n''th furniture marker.
**0 = Doesn't exist
**1 = Sit
**2 = Sleep
**3 = Lean
*'''GetNthMarkerPosition''' - Returns, as a Float array, the X, Y, and Z coordinates of the Furniture's ''n''th furniture marker.
*'''GetNthMarkerHeading''' - Returns, in degrees, the yaw angle (heading) of the Furniture's ''n''th furniture marker. (Note that in the NIF, these values are radians.)
*'''GetNthMarkerEntryPoints''' - Returns, as a bitmask, the enabled entry points of the Furniture's ''n''th furniture marker (or zero if no entry points are enabled).


====Door====
====Door====
Anonymous user