- 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
Inherited Functions from Engine.GameRules |
AddGameRules, CheckEndGame, CheckScore, CriticalPlayer, FindPlayerStart, GetRules, GetServerDetails, HandleRestartGame, NetDamage, OverridePickupQuery, PreventDeath, PreventSever, ScoreKill, ScoreObjective |
bAlwaysAllowDodgeDoubleJump Source code
var bool bAlwaysAllowDodgeDoubleJump;
var bool bEnableBoostDodge;
var bool bFastDodging;
var transient float LastTimeSeconds;
var int MaxDodgesPerJump;
function PreBeginPlay ( ) )
function Tick ( float DeltaTime) )
defaultproperties
{
MaxDodgesPerJump=-1
bAlwaysAllowDodgeDoubleJump=True
bFastDodging=True
}
|
Creation time: Do 14.8.2014 09:58:14.760 - Created with
UnCodeX