The InputEnableLayer script is a part of Starfield’s Papyrus scripting ecosystem. It is included with the base game.
For this script, the Papyrus index knows about:
- 47 functions
Inheritance Tree
No indexed scripts extend this script.
Structs
The Papyrus Index is still under construction. Structs have not been implemented yet.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- Vanilla
Creates a new input enable layer for a script to use to enable/disable player controls. Note that these are a limited resource, so you should not hold onto them longer then you need to have the player's controls disabled.
- Found in:
- Vanilla
voidfunctionDisablePlayerControls(boolabMovement=true, boolabFighting=true, boolabCamSwitch=false, boolabLooking=false, boolabSneaking=false, boolabMenu=true, boolabActivate=true, boolabJournalTabs=false, boolabVATS=true, boolabFavorites=true, boolabRunning=false)NativeSelectively disables the player's controls on this layer.
- Found in:
- Vanilla
Enables or disables the player's ability to activate items on this layer.
- Found in:
- Vanilla
Enables or disables the player's ability to use VATS on this layer.
- Found in:
- Vanilla
Enables or disables the player's ability to switch camera from first to third and back on this layer.
- Found in:
- Vanilla
Enables/disables the player's ability to far travel in a spaceship
- Found in:
- Vanilla
Enables or disables the player's ability to fast travel on this layer.
- Found in:
- Vanilla
Enables or disables the player's ability to open the Favorites menu on this layer.
- Found in:
- Vanilla
Enables/disables the player's ability to grav jump in a spaceship
- Found in:
- Vanilla
Enables/disables the player's ability to take off in a spaceship
- Found in:
- Vanilla
Enables or disables the player's ability to fight on this layer.
- Found in:
- Vanilla
Enables or disables the player's ability to use the journal on this layer.
- Found in:
- Vanilla
Enables or disables the player's ability to jump on this layer.
- Found in:
- Vanilla
Enables/disables the player's ability to discover new locations
- Found in:
- Vanilla
Enables or disables the player's ability to look around on this layer.
- Found in:
- Vanilla
Enables or disables the player's ability to use the menu on this layer.
- Found in:
- Vanilla
Enables or disables the player's ability to move on this layer.
- Found in:
- Vanilla
Enables or disables the player's ability to run on this layer.
- Found in:
- Vanilla
Enables or disables the player's ability to sprint on this layer.
- Found in:
- Vanilla
Enables or disables the player's ability to z-key on this layer.
- Found in:
- Vanilla
Enables/disables the player's ability to use the handscanner
- Found in:
- Vanilla
voidfunctionEnablePlayerControls(boolabMovement=true, boolabFighting=true, boolabCamSwitch=true, boolabLooking=true, boolabSneaking=true, boolabMenu=true, boolabActivate=true, boolabJournalTabs=true, boolabVATS=true, boolabFavorites=true, boolabRunning=true)NativeSelectively enables the player's controls on this layer.
- Found in:
- Vanilla
Enable/Disable access to the inventory menu from the data menu
- Found in:
- Vanilla
Enables or disables the player's ability to sneak on this layer.
- Found in:
- Vanilla
Checks to see if activation controls are currently enabled on this layer or not.
- Found in:
- Vanilla
Checks to see if VATS is currently enabled on this layer or not.
- Found in:
- Vanilla
Checks to see if camera switch controls are currently enabled on this layer or not.
- Found in:
- Vanilla
Returns whether far travel is enabled on this layer
- Found in:
- Vanilla
Checks to see whether or not fast travel is allowed by this layer.
- Found in:
- Vanilla
Checks to see whether or not fast travel is allowed by this layer.
- Found in:
- Vanilla
Returns whether grav jump is enabled on this layer
- Found in:
- Vanilla
Returns whether ship takeoff is enabled on this layer
- Found in:
- Vanilla
Checks to see if fighting controls are currently enabled on this layer or not.
- Found in:
- Vanilla
Checks to see if journal menu controls are currently enabled on this layer or not.
- Found in:
- Vanilla
Checks to see if jumping controls are currently enabled on this layer or not.
- Found in:
- Vanilla
Returns whether location discovery is enabled on this layer
- Found in:
- Vanilla
Checks to see if looking controls are currently enabled on this layer or not.
- Found in:
- Vanilla
Checks to see if menu controls are currently enabled on this layer or not.
- Found in:
- Vanilla
Checks to see if movement controls are currently enabled on this layer or not.
- Found in:
- Vanilla
Checks to see if running controls are currently enabled on this layer or not.
- Found in:
- Vanilla
Checks to see if sprinting controls are currently enabled on this layer or not.
- Found in:
- Vanilla
Checks to see if z-key controls are currently enabled on this layer or not.
- Found in:
- Vanilla
Returns whether the handscanner is enabled on this layer
- Found in:
- Vanilla
Checks to see if sneaking controls are currently enabled on this layer or not.
- Found in:
- Vanilla
Returns whether access to the inventory menu is enabled on this layer
