[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "DisableControl"
Jump to navigation
Jump to search
Notes on bug
imported>Haama (Created) |
imported>Haama (Notes on bug) |
||
Line 7: | Line 7: | ||
Disables both the key and mouse buton assigned to the specified control. | Disables both the key and mouse buton assigned to the specified control. | ||
'''Example''' | |||
GetControl 0 ;See [[DisableControl#Notes|Notes]] for explanation | |||
DisableControl 5 | |||
This disabled the Activation keyboard and mouse keys, if there are any. | |||
==Notes== | |||
*This function currently has a bug and may cause a crash in-game. To get around it, use another [[DisableControl#See_Also|Control Input function]] (except for [[EnableControl]]) before using it. | |||
==Control IDs== | ==Control IDs== |