I love the smell of UnrealEd crashing in the morning. – tarquin
UE3:UTUIPanel_MapCycle instance functions (UT3)
Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUIPanel_MapCycle (instance functions) |
Contents
- 1 Instance functions
- 1.1 GenerateMapCycleList
- 1.2 GenerateMapCycleListNew
- 1.3 GetCurrentGameMode
- 1.4 GetCurrentGameModeFull
- 1.5 GetSelectedMap
- 1.6 GrabOptions
- 1.7 HandleInputKey
- 1.8 HandleRefreshSubscriberValue
- 1.9 LoadMapCycle
- 1.10 OnAccept
- 1.11 OnAvailableList_SubmitSelection
- 1.12 OnAvailableList_ValueChanged
- 1.13 OnButtonBar_Accept
- 1.14 OnButtonBar_ClearMaps
- 1.15 OnButtonBar_MoveMap
- 1.16 OnButtonBar_ShiftDown
- 1.17 OnButtonBar_ShiftUp
- 1.18 OnClearMaps
- 1.19 OnEnabledList_SubmitSelection
- 1.20 OnEnabledList_ValueChanged
- 1.21 OnList_NotifyActiveStateChanged
- 1.22 OnMapList_RawInputKey
- 1.23 OnMapListChanged
- 1.24 OnMoveMap
- 1.25 OnSelectedMapChanged
- 1.26 OnShiftMap
- 1.27 SaveMapCycle
- 1.28 SelectBestList
- 1.29 SetupButtonBar
- 1.30 StripOptions
- 1.31 UpdateDescriptionLabel
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Instance functions
GenerateMapCycleList
Converts the current map cycle to a string map names and stores them in the config saved array.
GenerateMapCycleListNew
Added for maplist objects.
GetCurrentGameMode
GetCurrentGameModeFull
GetSelectedMap
Returns:
- Returns the first currently selected map.
GrabOptions
HandleInputKey
Overrides: UTTabPage.HandleInputKey
Provides a hook for unrealscript to respond to input using actual input key names (i.e. Left, Tab, etc.)
Called when an input key event is received which this widget responds to and is in the correct state to process. The keys and states widgets receive input for is managed through the UI editor's key binding dialog (F8).
This delegate is called BEFORE kismet is given a chance to process the input.
Parameters:
- EventParms - information about the input event.
Returns:
- TRUE to indicate that this input key was processed; no further processing will occur on this input key event.
HandleRefreshSubscriberValue
Called when this widget receives a call to RefreshSubscriberValue.
Parameters:
- BindingIndex - optional parameter for indicating which data store binding is being refreshed, for those objects which have multiple data store bindings. How this parameter is used is up to the class which implements this interface, but typically the "primary" data store will be index 0, while values greater than FIRST_DEFAULT_DATABINDING_INDEX correspond to tooltips and context menus.
Returns:
- TRUE to indicate that this widget is going to refresh its value manually.
LoadMapCycle
Loads the map cycle for the current game mode and sets up the datastore's lists.
OnAccept
The user has finished setting up their cycle and wants to save changes.
OnAvailableList_SubmitSelection
Callback for when the user submits the selection on the available list.
OnAvailableList_ValueChanged
Callback for when the user selects a new item in the available list.
OnButtonBar_Accept
Buttonbar Callbacks.
OnButtonBar_ClearMaps
OnButtonBar_MoveMap
OnButtonBar_ShiftDown
OnButtonBar_ShiftUp
OnClearMaps
Clears the enabled map list.
OnEnabledList_SubmitSelection
Callback for when the user submits the selection on the enabled list.
OnEnabledList_ValueChanged
Callback for when the user selects a new item in the enabled list.
OnList_NotifyActiveStateChanged
Callback for when the object's active state changes.
OnMapList_RawInputKey
Callback for the map lists, captures the accept button before the lists get to it.
OnMapListChanged
Called whenever one of the map lists changes.
OnMoveMap
Callback for when the user tries to move a map from one list to another.
OnSelectedMapChanged
Updates widgets when the currently selected map changes.
OnShiftMap
Shifts maps up and down in the map cycle.
SaveMapCycle
Transfers the current map cycle in the menu datastore to our array of config saved map cycles for each gamemode.
SelectBestList
Selects the best list depending on which list has currently available maps.
SetupButtonBar
Overrides: UTTabPage.SetupButtonBar
Sets up the button bar for the parent scene.
StripOptions
UpdateDescriptionLabel
Updates the description label.