Gah - a solution with more questions. – EntropicLqd
UE2:PowerStation (U2XMP)
Object >> Actor >> Inventory >> U2Inventory >> PowerUp >> PowerStation |
- Package:
- U2
- Direct subclasses:
- EnergyStation, HealthStation
- This class in other games:
- U2
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
PowerStation.uc
Properties[edit]
Property group 'PowerStation'[edit]
bLimited[edit]
Type: bool
Default value: True
bSwapTextures[edit]
Type: bool
RechargeRate[edit]
Type: float
If !bLimited, rate at which units are recharged.
Default value: 2.0
StationActiveTexture[edit]
Type: Texture
Station is active useable
StationErrorSound[edit]
Type: Sound
Station cannot be used or stops
StationInactiveTexture[edit]
Type: Texture
Station is not useable
StationInUseSound[edit]
Type: Sound
Station is being used by the pawn
StationInUseTexture[edit]
Type: Texture
Station is being used
StationStartUsingSound[edit]
Type: Sound
Pawn starts using the station
StationStopUsingSound[edit]
Type: Sound
Pawn stops using the station
Internal variables[edit]
bIsUsable[edit]
Type: bool
DelayTime[edit]
Type: float
Default value: 1.0
LastRechargeTime[edit]
Type: float
StartingEnergyUnits[edit]
Type: int
StartingHealthUnits[edit]
Type: int
TouchingCollisionProxy[edit]
Type: PowerStationCollisionProxy
TouchingHeight[edit]
Type: float
Default value: 20.0
TouchingRadius[edit]
Type: float
Default value: 10.0
Default values[edit]
Property | Value |
---|---|
bAlwaysRelevant | True |
bCanMantle | False |
bCollideWorld | True |
bFixedRotationDir | True |
bHidden | False |
bMustFace | False |
bOnlyOwnerSee | False |
bTravel | False |
RemoteRole | ROLE_DumbProxy |
Enums[edit]
EStationTypes[edit]
- ST_Energy
- ST_Health
Functions[edit]
Events[edit]
Destroyed[edit]
Overrides: Inventory.Destroyed
PreBeginPlay[edit]
Overrides: PowerUp.PreBeginPlay
Tick[edit]
Overrides: PowerUp.Tick
Touch[edit]
Overrides: Actor.Touch
UnTouch[edit]
Overrides: Actor.UnTouch
Other instance functions[edit]
ActivateStation[edit]
Overrides: PowerUp.ActivateStation
CalcRecharge[edit]
CleanupCollisionProxy[edit]
ClearProperties[edit]
DeactivateStation[edit]
Overrides: PowerUp.DeactivateStation
GetDescription[edit]
Overrides: PowerUp.GetDescription
IsUsable[edit]
Overrides: PowerUp.IsUsable
MakeStationEmpty[edit]
Overrides: PowerUp.MakeStationEmpty
OnUnuse[edit]
Overrides: PowerUp.OnUnuse
OnUse[edit]
Overrides: PowerUp.OnUse
SetStationActiveOff[edit]
SetStationInUse[edit]
StationError[edit]
StopStation[edit]
Overrides: PowerUp.StopStation