|
Barotrauma Client Doc
|
Public Member Functions | |
| Key (InputType inputType) | |
| void | SetState () |
| void | SetState (bool hit, bool held) |
| bool | DequeueHit () |
| bool | DequeueHeld () |
| void | Reset () |
| void | ResetHit () |
| void | ResetHeld () |
Properties | |
| KeyOrMouse | State [get] |
| bool | Hit [get, set] |
| bool | Held [get, set] |
| bool | GetHeldQueue [get] |
| bool | GetHitQueue [get] |
Definition at line 5 of file BarotraumaShared/SharedSource/PlayerInput.cs.
| Barotrauma.Key.Key | ( | InputType | inputType | ) |
Definition at line 13 of file BarotraumaShared/SharedSource/PlayerInput.cs.
| bool Barotrauma.Key.DequeueHeld | ( | ) |
Definition at line 88 of file BarotraumaShared/SharedSource/PlayerInput.cs.
| bool Barotrauma.Key.DequeueHit | ( | ) |
Definition at line 81 of file BarotraumaShared/SharedSource/PlayerInput.cs.
| void Barotrauma.Key.Reset | ( | ) |
Definition at line 105 of file BarotraumaShared/SharedSource/PlayerInput.cs.
| void Barotrauma.Key.ResetHeld | ( | ) |
Definition at line 117 of file BarotraumaShared/SharedSource/PlayerInput.cs.
| void Barotrauma.Key.ResetHit | ( | ) |
Definition at line 111 of file BarotraumaShared/SharedSource/PlayerInput.cs.
| void Barotrauma.Key.SetState | ( | ) |
Definition at line 40 of file BarotraumaShared/SharedSource/PlayerInput.cs.
| void Barotrauma.Key.SetState | ( | bool | hit, |
| bool | held | ||
| ) |
Definition at line 75 of file BarotraumaShared/SharedSource/PlayerInput.cs.
|
get |
Definition at line 95 of file BarotraumaShared/SharedSource/PlayerInput.cs.
|
get |
Definition at line 100 of file BarotraumaShared/SharedSource/PlayerInput.cs.
|
getset |
Definition at line 62 of file BarotraumaShared/SharedSource/PlayerInput.cs.
|
getset |
Definition at line 50 of file BarotraumaShared/SharedSource/PlayerInput.cs.
|
get |
Definition at line 35 of file BarotraumaShared/SharedSource/PlayerInput.cs.