Difference between revisions of "SKSE Wishes Fulfilled"
Jump to navigation
Jump to search
imported>Notanon (Branches off from the SKSE WIsh List page) |
imported>IsharaMeradin (Posted a requested feature that was already fulfilled. Also set up the page formatting for anything else that may be fulfilled.) |
||
Line 1: | Line 1: | ||
[[Category:Scripting]] | |||
[[Category:Papyrus]] | |||
[[Category:Script Objects]] | |||
[[Category:SKSE]] | |||
[[Category:SKSE Script Objects]] | |||
==Wishes Fulfilled== | ==Wishes Fulfilled== | ||
The following functions had been [[SKSE Wish List|requested]] and have now been implemented in SKSE. Please consult the SKSE documentation to avoid requesting a feature which is already available. Some of the newer functions are not yet documented on the wiki. | The following functions had been [[SKSE Wish List|requested]] and have now been implemented in SKSE. Please consult the SKSE documentation to avoid requesting a feature which is already available. Some of the newer functions are not yet documented on the wiki. | ||
==Modifications of Existing Functions== | |||
==Modifications/Extensions of SKSE Functions== | |||
==Language Enhancements== | |||
==Audio Functions== | |||
==AI Functions== | |||
==Animation and Graphics Functions== | |||
==Functions Returning a Reference== | |||
==Forms== | |||
===Base Object Types=== | |||
====Form==== | |||
====Armor==== | |||
====Weapon==== | |||
====ObjectReference==== | |||
====Perk==== | |||
====Door==== | |||
====Cell==== | |||
====Location==== | |||
====Faction==== | |||
====Ammo==== | |||
*'''[[IsBolt_-_Ammo|IsBolt]]()''' - Returns true if the ammo is a crossbow bolt | |||
** Fulfilled in SKSE version 1.07.01 | |||
====Misc==== | |||
==ObjectReferences== | |||
===Actors=== | |||
==Aliases== | |||
===ReferenceAliases=== | |||
===LocationAliases=== | |||
==UI Functions== | |||
==Other Functions== | |||
===Game=== | |||
===Math=== | |||
===StringUtils=== | |||
===Misc=== |
Latest revision as of 22:16, 4 February 2015
Wishes Fulfilled[edit | edit source]
The following functions had been requested and have now been implemented in SKSE. Please consult the SKSE documentation to avoid requesting a feature which is already available. Some of the newer functions are not yet documented on the wiki.
Modifications of Existing Functions[edit | edit source]
Modifications/Extensions of SKSE Functions[edit | edit source]
Language Enhancements[edit | edit source]
Audio Functions[edit | edit source]
AI Functions[edit | edit source]
Animation and Graphics Functions[edit | edit source]
Functions Returning a Reference[edit | edit source]
Forms[edit | edit source]
Base Object Types[edit | edit source]
Form[edit | edit source]
Armor[edit | edit source]
Weapon[edit | edit source]
ObjectReference[edit | edit source]
Perk[edit | edit source]
Door[edit | edit source]
Cell[edit | edit source]
Location[edit | edit source]
Faction[edit | edit source]
Ammo[edit | edit source]
- IsBolt() - Returns true if the ammo is a crossbow bolt
- Fulfilled in SKSE version 1.07.01