×
Fallout Wiki
Icon vaulttec.png  Fallout Mods - Independent Fallout Wiki  Icon vaulttec.png

Lighthouse Papyrus Extender

Lighthouse Papyrus Extender is an open-source F4SE plugin for Fallout 4 that extends the scripting capabilities of the Papyrus language. It currently adds 187 functions to the language that can be utilised by mod authors in their mods.

Requirements[edit]

Usage[edit]

ScriptName myScriptName extends Quest

Event OnEffectStart(Actor akCaster, Actor akTarget)

    if Lighthouse.IsFollowingActor(akTarget, akCaster)
        Debug.Notification("akTarget is following akCaster!")
    endIf
    
endEvent

Make sure that the Lighthouse.pex script is imported into the environment you're using to write your scripts e.g. Visual Studio Code via the .ppj file. This will allow your to use the functions added by this plugin without the compiler throwing errors at you.

Functions[edit]

A full index of functions in a single page can be found in the Index.

Alternatively, you can click the links below to access individual pages with the documentation:

Credits:[edit]

Contributors[edit]

Images[edit]

Other[edit]


Atom.svg  Fallout 4 Mods  Atom.svg