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

Description

Wiki Description

Registers the given Control for OnControlDown and OnControlUp events.


Caveats

CK Wiki - Notes

None


Parameters

stringcontrol

CK Wiki Description

The Control to listen for.


Examples

RegisterForControl("Forward")

Auto-Generated Example

string myString__control

myScriptObject__toCallFunctionOn.RegisterForControl(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.