Morrowind Mod:GetControlsDisabled

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search


GetPlayerControlsDisabled
GetPlayerFightingDisabled
GetPlayerJumpingDisabled
GetPlayerMagicDisabled
GetPlayerLookingDisabled
GetPlayerViewSwitch
GetVanityModeDisabled

                GetPlayerControlsDisabled
                GetPlayerFightingDisabled
                GetPlayerJumpingDisabled
                GetPlayerMagicDisabled
                GetPlayerLookingDisabled
                GetPlayerViewSwitch             (Broken)
                GetVanityModeDisabled

        Type:   Player Controls

     Returns:   short

     Example:   if ( GetPlayerControlsDisabled == 1 )
                set sValue to GetPlayerFightingDisabled
        
     Scripts:   Not Used

Returns 1 if the associated player control/mode is disabled, or 0 otherwise. Note that the GetPlayerViewSwitch function appears to be broken.

See Also: DisablePlayerControls, DisablePlayerFighting, DisablePlayerJumping, DisablePlayerLooking, DisablePlayerMagic, DisablePlayerViewSwitch, DisableVanityMode