Background for Skyrim SE
Member of the Game script
voidfunctionSetAllowFlyingMountLandingRequests(boolabAllow)NativeGlobal

Description

Wiki Description

Enables/disables player requests to have a flying mount land.

Documentation Comment

Allow or disallow player requests to have a flying mount land.


Caveats


Parameters

boolabAllow

CK Wiki Description

If true, enables the player to request a landing, otherwise denies the ability


Examples

; Disable the player's ability to land here
Game.SetAllowFlyingMountLandingRequests(false)
; Enable the player's ability to land here
Game.SetAllowFlyingMountLandingRequests(true)

Auto-Generated Example

bool myBool__abAllow

Game.SetAllowFlyingMountLandingRequests(myBool__abAllow)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.