Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Interactions | +-- Engine.Interaction | +-- DruidsRPGcvs.MonsterMasterInteraction
Variables Summary | |
---|---|
string | AdrenalineText |
color | BlueTeamTint |
MonsterPointsInv | MInv |
string | MonsterPointsText |
color | MPBarColor |
string | MPText |
color | RedTeamTint |
Font | TextFont |
color | WhiteColor |
Inherited Variables from Engine.Interaction |
---|
bActive, bNativeEvents, bRequiresTick, bVisible, Master, ViewportOwner |
Enumerations Summary |
---|
Inherited Enumerations from Engine.Interactions |
---|
EInputAction, EInputKey, EStreamFinishReason |
Functions Summary | ||
---|---|---|
FindMPInv () | ||
Initialized () | ||
NotifyLevelChange () | ||
PostRender (Canvas Canvas) |
Inherited Functions from Engine.Interaction |
---|
ConsoleCommand, Initialize, Initialized, KeyEvent, KeyType, Message, NotifyLevelChange, NotifyMusicChange, PostRender, PreRender, ScreenToWorld, SetFocus, StreamFinished, Tick, WorldToScreen |
Inherited Functions from Engine.Interactions |
---|
GetFriendlyName |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { MPBarColor=(B=128,G=255,R=128,A=255) WhiteColor=(B=255,G=255,R=255,A=255) RedTeamTint=(R=100,A=100) BlueTeamTint=(B=102,G=66,R=37,A=150) MPText="Monster Points:" AdrenalineText="Adrenaline:" MonsterPointsText="Monster Points:" bVisible=True } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |