UTGame.UTOnslaughtPanelNode
- Extends
- UTOnslaughtNodeObjective
- Modifiers
- native ( Onslaught ) nativereplication abstract
superclass of nodes that have a sphere of panels that get blown off as they take damage
Core.Object
|
+-- Engine.Actor
|
+-- Engine.NavigationPoint
|
+-- Engine.Objective
|
+-- UTGame.UTGameObjective
|
+-- UTGame.UTOnslaughtObjective
|
+-- UTGame.UTOnslaughtNodeObjective
|
+-- UTGame.UTOnslaughtPanelNode
Direct Known Subclasses:
UTOnslaughtPowerCore, UTOnslaughtPowernode
Inherited Variables from UTGame.UTOnslaughtNodeObjective |
255=autogenerate>, ActivatedObjectives, ActivationMessageIndex, ActiveSound, AmbientSoundComponent, AttackEffectCurve, AttackingEnemyPrimeSpeech, AttackingLocationSpeech, AttackingPrimeSpeech, bDrawBeaconIcon, bDualPrimeCore, BeamColor[3], BeamMaterialInstance, BetweenLocationJoin, BetweenLocationPostFix, BetweenLocationPrefix, bFullScreenNameAboveIcon, bIsPrimeNode, bIsTeleportDestination, bNeverCalledPrimeNode, bSevered, bStandalone, bWasSevered, CapturedEnemyPrimeSpeech, CapturedLocationSpeech, CapturedPrimeSpeech, ConstructedEvent[2], ConstructedSound, ConstructionTime, ConstructionTimeElapsed, Constructor, DestroyedEvent[4], DestroyedSound, DestroyedStinger, DestructionMessageIndex, Enhancements, FlagBase, GodBeamAttackParameterName, HeadingEnemyPrimeSpeech, HeadingPrimeSpeech, HealedSound, HealEffect, HealEffectClasses[2], HealingSound, HealingTime, LastHealedBy, LinkedNodes[MAXNUMLINKS], LinkLineTexture, MinPlayerCount, NodeBeamEffect, NodeNum, NodeState, NodeTeleporters, NumLinks, OutsideLocationPostfix, OutsideLocationPrefix, PrimeCore, SeveredDamagePerSecond, ShieldDamageCounter, ShieldedEffect, ShieldHitSound, StandaloneSpawnPriority, StartConstructionSound, StartingOwnerCore |
Inherited Variables from UTGame.UTOnslaughtObjective |
bAssociatePlayerStarts, bIsNeutral, DamageCapacity, FinalCoreDistance[2], Health, LastAttackAnnouncementTime, LastAttacker, LastAttackExpirationTime, LastAttackMessageTime, LastAttackSwitch, LastAttackTime, LastDamagedBy, LinkHealMult |
Functions Summary |
 | | BeginState (Name PreviousStateName)) ActiveNode |
 | | BeginState (name PreviousStateName)) ObjectiveDestroyed |
 | | BlowOffPanel (name BoneName, bool bSpawnExplosion, optional vector HitLocation))
|
 | bool | BlowOffPanelAtLocation (vector HitLocation, bool bSpawnExplosion))
|
 | | BlowOffPanelTimer ())) ObjectiveDestroyed |
 | | BlowOffRandomPanels (int Num, bool bSpawnExplosion))
|
 | | DamagePanels (int Damage, vector HitLocation))
|
 | | EndState (name NextStateName)) ObjectiveDestroyed |
 | bool | HealDamage (int Amount, Controller Healer, class<DamageType> DamageType))
|
 | | HealPanels (int Amount))
|
 | | PanelHealEffectFinished (ParticleSystemComponent PSystem))
|
 | | PostBeginPlay ()))
|
 | | ReplicatedEvent (name VarName))
|
 | | RestoreAllPanels ()))
|
 | | RestoreRandomPanel ()))
|
 | | TakeDamage (int Damage, Controller InstigatedBy, vector HitLocation, vector Momentum, class<DamageType> DamageType, optional TraceHitInfo HitInfo, optional Actor DamageCauser))
|
Inherited Functions from UTGame.UTOnslaughtNodeObjective |
AddActivatedObjective, AddLink, BeamEnabled, BecameUnderAttack, BecomeActive, BeginState, BroadcastAttackNotification, CheckHealing, CheckLink, CheckTouching, CreateBeamMaterialInstance, DisableObjective, DrawBeaconIcon, EndState, FindNearestFriendlyNode, FindNewHomeForFlag, FindNewObjectives, FindNodeLinkIndex, GetAutoObjectiveActor, GetLocationMessageIndex, GetLocationSpeechFor, GetLocationStringFor, GetSpawnRating, HasActiveDefenseSystem, HasHealthBar, HasUsefulVehicles, HealDamage, InitCloseActors, InitLinks, IsActive, IsCurrentlyDestroyed, IsStandalone, KillEnemyFirst, LegitimateTargetOf, LinkedTo, LinkedToCoreConstructingFor, NearObjective, NotifyLocalPlayerTeamReceived, OnToggle, PostBeginPlay, PostRenderFor, PostRenderShowHealth, PoweredBy, RateCore, RemoveLink, RenderExtraDetails, RenderMyLinks, ReplicatedEvent, Reset, ScaleDamage, ScoreDamage, SendChangedEvent, SetAmbientSound, SetCoreDistance, SetInitialState, SetPrimeCore, Sever, SeveredDamage, Shootable, TakeDamage, TarydiumBoost, TeleportRating, TeleportTo, TellBotHowToDisable, Timer, UpdateAttackEffect, UpdateCloseActors, UpdateEffects, UpdateLinks, UpdateShield, ValidSpawnPointFor |
Inherited Functions from UTGame.UTOnslaughtObjective |
ClearUnderAttack, FailedLinkHeal, GetSpawnRating, HasActiveDefenseSystem, HasUsefulVehicles, InitCloseActors, IsActive, IsCritical, IsCurrentlyDestroyed, IsKeyBeaconObjective, IsNeutral, LegitimateTargetOf, LinkedToCoreConstructingFor, NativePostRenderFor, PoweredBy, SetUnderAttack, StandGuard, TarydiumBoost, TooClose, UpdateEffects |
DESTROYED_PANEL_BONE_SCALE Source code
const DESTROYED_PANEL_BONE_SCALE = 0.01;
var int NumPanelsBlownOff;
var string PanelBonePrefix;
PanelExplosionTemplates[2] Source code
PanelHealEffectTemplates[2] Source code
var int PanelHealthMax;
var int PanelHealthRemaining;
var array<name> PanelsBeingHealed;
ReplicatedNumPanelsBlownOff Source code
var repnotify int ReplicatedNumPanelsBlownOff;
simulated function BeginState ( Name PreviousStateName) )
BeginState ObjectiveDestroyed Source code
simulated event BeginState ( name PreviousStateName) )
simulated
function BlowOffPanel (
name BoneName,
bool bSpawnExplosion, optional
vector HitLocation) )
BlowOffPanelAtLocation Source code
simulated
function bool BlowOffPanelAtLocation (
vector HitLocation,
bool bSpawnExplosion) )
BlowOffPanelTimer ObjectiveDestroyed Source code
simulated function BlowOffPanelTimer ( ) )
simulated function BlowOffRandomPanels ( int Num, bool bSpawnExplosion) )
simulated
function DamagePanels (
int Damage,
vector HitLocation) )
EndState ObjectiveDestroyed Source code
simulated event EndState ( name NextStateName) )
function HealPanels ( int Amount) )
PanelHealEffectFinished Source code
simulated event PostBeginPlay ( ) )
simulated event ReplicatedEvent ( name VarName) )
simulated function RestoreAllPanels ( ) )
simulated function RestoreRandomPanel ( ) )
Creation time: sk 18-3-2018 10:00:54.283 - Created with
UnCodeX