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

JBToolbox2.JBAction_DisplayMessage

Extends
ACTION_DisplayMessage

Core.Object
|   
+-- Gameplay.ScriptedAction
   |   
   +-- Gameplay.ACTION_DisplayMessage
      |   
      +-- JBToolbox2.JBAction_DisplayMessage

Variables Summary
Action
boolbSendToArenaCombatants
boolbSendToFree
boolbSendToJailed
byteTeamIndex
Inherited Variables from Gameplay.ACTION_DisplayMessage
bBroadcast, Message, MessageType
Inherited Variables from Gameplay.ScriptedAction
ActionString, bValidForTrigger

Functions Summary
functionstring GetActionString ()))
functionbool InitActionFor (ScriptedController SC))
function MessageTo (Pawn P))
Inherited Functions from Gameplay.ACTION_DisplayMessage
GetActionString, InitActionFor
Inherited Functions from Gameplay.ScriptedAction
ActionCompleted, EndsSection, GetActionString, GetScript, InitActionFor, PostBeginPlay, ProceedToNextAction, ProceedToSectionEnd, Reset, StartsSection


Variables Detail

Action

bSendToArenaCombatants Source code

var(Action) bool bSendToArenaCombatants;

bSendToFree Source code

var(Action) bool bSendToFree;

bSendToJailed Source code

var(Action) bool bSendToJailed;

TeamIndex Source code

var(Action) byte TeamIndex;


Functions Detail

GetActionString Source code

function string GetActionString ( ) )

InitActionFor Source code

function bool InitActionFor ( ScriptedController SC) )

MessageTo Source code

function MessageTo ( Pawn P) )


Defaultproperties

defaultproperties
{
  ActionString="display JB message"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:09.746 - Created with UnCodeX