Background for Fallout 4
Member of the ScriptObject script
eventOnGamepadButtonUp(intkeyCode, floattime)


Parameters

  1. intkeyCode

  2. floattime


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ScriptObject

event OnGamepadButtonUp(int keyCode, float time)
    Debug.trace("Event received - OnGamepadButtonUp: keyCode = " + keyCode + " time = " + time)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.