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)