Skip to content

Instantly share code, notes, and snippets.

@osvein
Created December 20, 2016 18:45
Show Gist options
  • Select an option

  • Save osvein/61e39f41f4e9200005e449ee8d09302d to your computer and use it in GitHub Desktop.

Select an option

Save osvein/61e39f41f4e9200005e449ee8d09302d to your computer and use it in GitHub Desktop.
List of Papyrus functions added by the Fallout 4 Script Extender

F4SE functions

http://f4se.silverlock.com

F4SE 0.2.8

Actor

  • GetWornItem
  • GetWornItemMods

ActorBase

  • GetTemplate
  • HasHeadPartOverlays
  • GetHeadParts
  • GetOutfit

F4SE

  • GetVersion
  • GetVersionMinor
  • GetVersionBeta
  • GetVersionRelease
  • GetPluginVersion

Game

  • GetCurrentConsoleRef

HeadPart

  • GetType
  • GetExtraParts
  • HasExtraPart
  • IsExtraPart
  • GetValidRaces
  • SetValidRaces

Math

  • LeftShift
  • RightShift
  • LogicalAnd
  • LogicalOr
  • LogicalXor
  • LogicalNot
  • Log

ObjectReference

  • GetAllMods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment