Background for Fallout 4
Member of the ScriptObject script
voidfunctionUnregisterForControl(stringcontrol)Native

Description

Wiki Description

Unregisters the given control for OnControlDown and OnControlUp events after prior registration via RegisterForControl.


Caveats

CK Wiki - Notes

None


Parameters

stringcontrol

CK Wiki Description

The control to stop listening for.


Examples

UnregisterForControl("Forward")

Auto-Generated Example

string myString__control

myScriptObject__toCallFunctionOn.UnregisterForControl(myString__control)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.