| Overview | Package | Class | Source | Class tree | Glossary | Deus Ex UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Decoration
|
+-- DeusEx.DeusExDecoration
|
+-- DeusEx.ElectronicDevices
|
+-- DeusEx.HackableDevices
|
+-- DeusEx.Keypad
Keypad1, Keypad2, Keypad3
| Variables Summary | |
|---|---|
| HUDKeypadWindow | keypadwindow |
| Keypad | |
| bool | bToggleLock |
| name | FailEvent |
| sound | failureSound |
| sound | successSound |
| string | validCode |
| Inherited Variables from DeusEx.HackableDevices |
|---|
| bHackable, bHacking, curTool, hackPlayer, hackStrength, hackTime, hackValue, initialhackStrength, LastTickTime, msgAlreadyHacked, msgHacking, msgMultitoolSuccess, msgNotHacked, numHacks, TicksPerHack, TicksSinceLastHack, TimeSinceReset, TimeToReset, UnTriggerEvent[4] |
| Functions Summary | ||
|---|---|---|
![]() | ActivateKeypadWindow (DeusExPlayer Hacker, bool bHacked)) | |
![]() | HackAction (Actor Hacker, bool bHacked)) | |
![]() | RunEvents (DeusExPlayer Player, bool bSuccess)) | |
![]() | RunUntriggers (DeusExPlayer Player)) | |
![]() | ToggleLocks (DeusExPlayer Player)) | |
| Inherited Functions from DeusEx.HackableDevices |
|---|
| Frob, HackAction, PostBeginPlay, StopHacking, Tick, Timer |
| Variables Detail |
|---|
| Functions Detail |
|---|
ActivateKeypadWindow Source code
HackAction Source code
RunEvents Source code
RunUntriggers Source code
ToggleLocks Source code| Defaultproperties |
|---|
defaultproperties { validCode="1234" successSound=Sound'DeusExSounds.Generic.Beep2' failureSound=Sound'DeusExSounds.Generic.Buzz1' bToggleLock=True ItemName="Security Keypad" Mass=10.000000 Buoyancy=5.000000 } |
| Overview | Package | Class | Source | Class tree | Glossary | Deus Ex UnrealScript Documentation |
| previous class next class | frames no frames | |||||