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

MultiDodging2k4v4.MultiDodgingRules

Extends
GameRules

MultiDodging2k4v4.MultiDodgingRules Creation date: 2014-01-04 19:43 Last change: $Id$ Copyright (c) 2014, Wormbo

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.GameRules
         |   
         +-- MultiDodging2k4v4.MultiDodgingRules

Variables Summary
boolbAlwaysAllowDodgeDoubleJump
boolbEnableBoostDodge
boolbFastDodging
ControllerLastPlayer
floatLastTimeSeconds
intMaxDodgesPerJump
Inherited Variables from Engine.GameRules
NextGameRules
Inherited Variables from Engine.Info
BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup

Functions Summary
functionNavigationPoint FindPlayerStart (Controller Player, optional byte InTeam, optional string IncomingName))
function PreBeginPlay ()))
function Tick (float DeltaTime))
Inherited Functions from Engine.GameRules
AddGameRules, CheckEndGame, CheckScore, CriticalPlayer, FindPlayerStart, GetRules, GetServerDetails, HandleRestartGame, NetDamage, OverridePickupQuery, PreventDeath, PreventSever, ScoreKill, ScoreObjective
Inherited Functions from Engine.Info
AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel


Variables Detail

bAlwaysAllowDodgeDoubleJump Source code

var bool bAlwaysAllowDodgeDoubleJump;

bEnableBoostDodge Source code

var bool bEnableBoostDodge;

bFastDodging Source code

var bool bFastDodging;

LastPlayer Source code

var transient Controller LastPlayer;

LastTimeSeconds Source code

var transient float LastTimeSeconds;

MaxDodgesPerJump Source code

var int MaxDodgesPerJump;


Functions Detail

FindPlayerStart Source code

function NavigationPoint FindPlayerStart ( Controller Player, optional byte InTeam, optional string IncomingName) )

PreBeginPlay Source code

function PreBeginPlay ( ) )

Tick Source code

function Tick ( float DeltaTime) )


Defaultproperties

defaultproperties
{
     MaxDodgesPerJump=-1
     bAlwaysAllowDodgeDoubleJump=True
     bFastDodging=True
}

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