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.


Parameters

  1. boolabAllow

    CK Wiki Description

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


Examples

No human-generated examples found for this function.

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.