Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

USARBotAPI.MyInteraction

Extends
Interaction

Core.Object
|   
+-- Engine.Interactions
   |   
   +-- Engine.Interaction
      |   
      +-- USARBotAPI.MyInteraction

Variables Summary
boolbControlPawn
boolbDrawEnemy
boolbDrawFriendly
PawnmyPawn
PlayerControllerOldController
Inherited Variables from Engine.Interaction
bActive, bNativeEvents, bRequiresTick, bVisible, Master, ViewportOwner

Enumerations Summary
Inherited Enumerations from Engine.Interactions
EInputAction, EInputKey, EStreamFinishReason

Functions Summary
function Initialize ()
functionbool KeyEvent (EInputKey Key, EInputAction Action, FLOAT Delta)
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

bControlPawn Source code

var bool bControlPawn;

bDrawEnemy Source code

var bool bDrawEnemy;

bDrawFriendly Source code

var bool bDrawFriendly;

myPawn Source code

var Pawn myPawn;

OldController Source code

var PlayerController OldController;


Functions Detail

Initialize Source code

function Initialize ( )

KeyEvent Source code

function bool KeyEvent ( EInputKey Key, EInputAction Action, FLOAT Delta )


Defaultproperties

defaultproperties
{
    bActive=True
    bVisible=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mo 16.4.2007 11:20:25.234 - Created with UnCodeX