| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- GUI.GUI
|
+-- GUI.GUIComponent
|
+-- GUI.GUIMultiComponent
|
+-- GUI.GUIPanel
|
+-- TribesGUI.TribesGUIPanel
|
+-- TribesGUI.TribesSettingsPanel
|
+-- TribesGUI.TribesOptionsNetworkPanel
| Variables Summary | |
|---|---|
| array<String> | ConnectionStrings |
| int | iNetSpeed |
| TribesGui | |
| GUIComboBox | ConnectionSpeedBox |
| GUIButton | DefaultsButton |
| GUICheckBoxButton | DynamicNetspeedCheckBox |
| Inherited Variables from TribesGUI.TribesSettingsPanel |
|---|
| bLoadingSettings |
| Inherited Variables from TribesGUI.TribesGUIPanel |
|---|
| GC |
| Functions Summary | ||
|---|---|---|
![]() | InitComponent (GUIComponent MyOwner)) | |
![]() | InternalOnHide ())) | |
![]() | InternalOnShow ())) | |
![]() | OnConnectionSpeedChange (GUIComponent Sender)) | |
![]() | OnDefaultsClick (GUIComponent Sender)) | |
![]() | Refresh ())) | |
![]() | SaveSettings ())) | |
| Inherited Functions from TribesGUI.TribesSettingsPanel |
|---|
| OnOptionsEnding |
| Inherited Functions from TribesGUI.TribesGUIPanel |
|---|
| InitComponent |
| Variables Detail |
|---|
A component of this page which has its behavior defined in the code for this page's class.
A component of this page which has its behavior defined in the code for this page's class.
A component of this page which has its behavior defined in the code for this page's class.
| Functions Detail |
|---|
InitComponent Source code
InternalOnHide Source code
InternalOnShow Source code
OnConnectionSpeedChange Source code
OnDefaultsClick Source code
Refresh Source code
SaveSettings Source code| Defaultproperties |
|---|
defaultproperties
{
ConnectionStrings(0) = "Modem"
ConnectionStrings(1) = "ISDN"
ConnectionStrings(2) = "Cable/ADSL"
ConnectionStrings(3) = "LAN/T1"
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||