SetAllowFlyingMountLandingRequests - Game

Revision as of 00:11, 6 November 2012 by imported>JustinOther (Affixed version requirement)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Game Script (Requires 1.8)

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

SyntaxEdit

Function SetAllowFlyingMountLandingRequests(bool abAllow) native global

ParametersEdit

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

Return ValueEdit

None.

ExamplesEdit

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


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

See AlsoEdit