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

JBToolbox.JBMaterialTriggerReplicationInfo

Extends
ReplicationInfo

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.ReplicationInfo
         |   
         +-- JBToolbox.JBMaterialTriggerReplicationInfo

Variables Summary
intClientTriggerCount
intClientUnTriggerCount
TTriggerDataLastTriggerings[10]
stringMaterialName
MaterialMaterialToTrigger
intTriggerCount
Inherited Variables from Engine.Info
BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup

Structures Summary
TTriggerData
Triggerer, EventInstigator, TriggerAction

Functions Summary
function PostBeginPlay ()))
function ResetMaterial ()))
function SetMaterialToTrigger (string newMaterial))
function Timer ()))
function TriggerMaterial (Actor Other, Pawn EventInstigator))
Inherited Functions from Engine.Info
AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel


Variables Detail

ClientTriggerCount Source code

var int ClientTriggerCount;

ClientUnTriggerCount Source code

var int ClientUnTriggerCount;

LastTriggerings[10] Source code

var TTriggerData LastTriggerings[10];

MaterialName Source code

var string MaterialName;

MaterialToTrigger Source code

var Material MaterialToTrigger;

TriggerCount Source code

var int TriggerCount;


Structures Detail

TTriggerData Source code

struct TTriggerData
{
var Pawn EventInstigator;
var byte TriggerAction;
var Actor Triggerer;
};



Functions Detail

PostBeginPlay Source code

simulated function PostBeginPlay ( ) )

ResetMaterial Source code

function ResetMaterial ( ) )

SetMaterialToTrigger Source code

function SetMaterialToTrigger ( string newMaterial) )

Timer Source code

simulated function Timer ( ) )

TriggerMaterial Source code

function TriggerMaterial ( Actor Other, Pawn EventInstigator) )



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