Mostly Harmless

UE2:CodeMonkey (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2 Object >> UIHelper >> CodeMonkey
Package: 
UI
This class in other games:
U2XMP

$Author: Aleiby $ $Date: 12/19/02 1:48p $ $Revision: 85 $ Name: CodeMonkey.uc Author: Aaron R Leiby Date: 3 January 2001 Description: Used to store various needed UnrealScript function interfaces for the UI. Notes: How to use this class:

Constants

PauseKey

Value: 314


Pause_withDrawKey

Value: 278


PauseKey_Objectives

Value: 777


Properties

Property group 'CodeMonkey'

bUseAllMaps

Type: bool


GameTypes

Type: array<string>


SelectedGameType

Type: string


Internal variables

ApplySettingsText

Type: string

Modifiers: localized


Default value: "Applying settings..."

bLastHUDState

Type: bool


bLockHUDState

Type: bool


bNoResetMenus

Type: bool


bNoShadowUpdate

Type: bool


bPendingDetail

Type: bool


bPendingSuperUpdateShadow

Type: bool


bPendingUpdateShadow

Type: bool


CustomBindings

Type: string

Array size: 12

Modifiers: config


Default value, index 0: "teamspeech 23 // I'm on defense."

Default value, index 1: "teamspeech 24 // I'm on offense."

Default value, index 10: "teamspeech 27 // I need a ride."

Default value, index 11: "speech 18 // Nice shot!"

Default value, index 12: "teamspeech 26 // Follow me!"

Default value, index 13: "teamspeech 30 // <--- I'm hacking this."

Default value, index 14: "teamspeech 16 // Affirmative!"

Default value, index 15: "teamspeech 17 // Negative."

Default value, index 16: "teamspeech 29 // Someone revive me!"

Default value, index 17: "teamspeech 37 // <--- I've heavily mined this area!"

Default value, index 18: "teamspeech 36 // I've dropped an artifact!"

Default value, index 19: "teamspeech 35 // Enemy in our base!"

EngineVersion

Type: string


FontAliases

Type: array<string>


MapList

Type: array<string>


MasterDetail

Type: byte

Modifiers: config


Default value: 3

MessageFonts

Type: array<TFontAlias>

Modifiers: localized


Default value, index 0:

Member Value
Alias "Large"
Font Font'SubTFonts.EE16'

Default value, index 1:

Member Value
Alias "Default"
Font Font'HUD_Fonts.EuroExt14'

Default value, index 2:

Member Value
Alias "Small"
Font Font'Engine.SmallFont'

Default value, index 3:

Member Value
Alias "Tiny"
Font Font'Engine.DefaultFont'

PendingBPP

Type: string


PendingRes

Type: string


RadarTeammateCount

Type: int


RadarTeammateLocs

Type: Object.Point

Array size: 32


SelectedMap

Type: string


Structs

TFontAlias

Modifiers: native

string Alias 
Font Font 

Functions

Native functions

GetKeys

native interface function array<stringGetKeys (string Binding)


Events

Constructed

event Constructed ()

Overrides: Object.Constructed


Other instance functions

See CodeMonkey instance functions.