Difference between revisions of "DisablePlayerControls - InputEnableLayer"
Jump to navigation
Jump to search
m
DisablePlayerControls - InputEnableLayer (edit)
Revision as of 22:11, 10 July 2016
, 22:11, 10 July 2016Added a note on using this function.
imported>Plplecuyer |
imported>Docclox m (Added a note on using this function.) |
||
Line 50: | Line 50: | ||
myLayer.DisablePlayerControls(false, false, true, false, false, false, false, false, false, false, false) | myLayer.DisablePlayerControls(false, false, true, false, false, false, false, false, false, false, false) | ||
</source> | </source> | ||
== Notes == | |||
*Calling DisablePlayerControls with the False flag set for individual parameters will not re-enable controls that are already disabled. Use EnablePlayerControls instead. | |||
== See Also == | == See Also == |