U2.PowerStation
- Extends
- PowerUp
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Inventory
|
+-- U2.U2Inventory
|
+-- U2.PowerUp
|
+-- U2.PowerStation
Direct Known Subclasses:
EnergyStation, HealthStation
Inherited Functions from U2.PowerUp |
ActivateStation, AddUnits, CalcPowerUp, CheckStopStation, DeactivateStation, GetDescription, GiveTo, IsUsable, MakeStationEmpty, OnUnuse, OnUse, PreBeginPlay, StopStation, Tick, TickPowerUp, TransferPowerUp, TransferProperties |
var bool bIsUsable;
var float DelayTime;
var float LastRechargeTime;
var int StartingEnergyUnits;
var int StartingHealthUnits;
TouchingCollisionProxy Source code
var float TouchingHeight;
var float TouchingRadius;
PowerStation
StationInactiveTexture Source code
StationStartUsingSound Source code
simulated
function ActivateStation (
Pawn P ) )
function int CalcRecharge ( int CalcUnits, float CurrentTime ) )
simulated function ClearProperties ( ) )
simulated function DeactivateStation ( ) )
event Destroyed ( ) )
simulated function string GetDescription ( ) )
simulated
function bool IsUsable (
Actor Other ) )
simulated function MakeStationEmpty ( ) )
simulated
function OnUnuse (
Actor Other )
simulated
function OnUse (
Actor Other )
event PreBeginPlay ( ) )
simulated function SetStationActiveOff ( ) )
simulated function SetStationInUse ( ) )
simulated function StationError ( ) )
simulated function StopStation ( ) )
simulated event Tick ( float DeltaTime) )
event Touch (
Actor Other )
event UnTouch (
Actor Other )
defaultproperties
{
bLimited=true
RechargeRate=2.000000
DelayTime=1.000000
TouchingHeight=20.000000
TouchingRadius=10.000000
bHidden=false
bOnlyOwnerSee=false
bAlwaysRelevant=true
RemoteRole=ROLE_DumbProxy
bMustFace=false
bTravel=false
bCollideWorld=true
bCanMantle=false
bFixedRotationDir=true
UseReticleOnEvents(0)="UseReticleText"
UseReticleOnEvents(1)="UseReticleCorners"
UseReticleOnEvents(2)="UseReticleTopBars"
ProximityReticleOnEvents(0)="ProximityReticleCorners"
ProximityReticleOnEvents(1)="ProximityReticleTopBars"
}
|
Creation time: sk 3-1-2016 10:48:31.686 - Created with
UnCodeX