Barotrauma Client Doc
Barotrauma.ChatBox.ChatKeyStates Struct Reference

Public Member Functions

bool bool bool radio Deconstruct ()
 

Static Public Member Functions

static ChatKeyStates GetChatKeyStates ()
 

Public Attributes

bool active
 
bool bool local
 

Properties

bool ActiveChatKeyHit [get, set]
 
bool LocalChatKeyHit [get, set]
 
bool RadioChatKeyHit [get, set]
 
bool AnyHit [get]
 

Detailed Description

Definition at line 808 of file ChatBox.cs.

Member Function Documentation

◆ Deconstruct()

bool bool bool radio Barotrauma.ChatBox.ChatKeyStates.Deconstruct ( )

Definition at line 829 of file ChatBox.cs.

◆ GetChatKeyStates()

static ChatKeyStates Barotrauma.ChatBox.ChatKeyStates.GetChatKeyStates ( )
static

Definition at line 822 of file ChatBox.cs.

Member Data Documentation

◆ active

bool Barotrauma.ChatBox.ChatKeyStates.active

Definition at line 829 of file ChatBox.cs.

◆ local

bool bool Barotrauma.ChatBox.ChatKeyStates.local

Definition at line 829 of file ChatBox.cs.

Property Documentation

◆ ActiveChatKeyHit

bool Barotrauma.ChatBox.ChatKeyStates.ActiveChatKeyHit
getset

Definition at line 810 of file ChatBox.cs.

◆ AnyHit

bool Barotrauma.ChatBox.ChatKeyStates.AnyHit
get

Definition at line 813 of file ChatBox.cs.

◆ LocalChatKeyHit

bool Barotrauma.ChatBox.ChatKeyStates.LocalChatKeyHit
getset

Definition at line 811 of file ChatBox.cs.

◆ RadioChatKeyHit

bool Barotrauma.ChatBox.ChatKeyStates.RadioChatKeyHit
getset

Definition at line 812 of file ChatBox.cs.