Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE3:UTMutator_ArenaSettings (UT3)
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. |
Settings for the UTMutator_Arena
Copyright 2008 Epic Games, Inc. All Rights Reserved
Author: Michiel 'elmuerte' Hendriks
Properties[edit]
weapons[edit]
Type: array<UTUIDataProvider_Weapon>
Instance functions[edit]
cleanup[edit]
Specified by: IAdvWebAdminSettings.cleanup
Called when the instance is queued to be cleanup. It should be used to unset all actor references.
initSettings[edit]
Specified by: IAdvWebAdminSettings.initSettings
Called when the instance is created.
renderSettings[edit]
Specified by: IAdvWebAdminSettings.renderSettings
Called to render the settings. This produce the HTML code for all settings this implementation should expose. You can use the given SettingsRenderer to perform standard rendering.
saveSettings[edit]
Specified by: IAdvWebAdminSettings.saveSettings
Called when the settings should be saved. Return true when the settings were saved. Use the webadmin reference to addMessage for feedback to the user about incorrect values and what not.