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

Gameplay.HealthKit

Extends
Consumable

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Gameplay.Equipment
      |   
      +-- Gameplay.Consumable
         |   
         +-- Gameplay.HealthKit

Direct Known Subclasses:

HealthKitConsumable

Variables Summary
HealthKit
floathealthPerSecond
floatmaxHealthRestored
Inherited Variables from Gameplay.Equipment
attentionFXDuration, attentionFXMaterial, attentionFXSpacing, attentionLeft, awaitingPickupPhysics, bCanDrop, bCanPickup, bDropped, bHeld, bPlayPickupSound, droppedElasticity, dropVelocity, heldStartState, hudIcon, hudIconCoords, hudRefireIcon, hudRefireIconCoords, infoString, inventoryIcon, localizedName, next, nextAttentionTime, pickupProxy, pickupRadius, prev, prompt, sensorUpdateFlag, spawnPoint

Functions Summary
functionbool canPickup (Character potentialOwner))
function requestConsumeHealthKit ()))
function use ()))
Inherited Functions from Gameplay.Equipment
allowPrompt, Attach, BeginState, canExpire, canPickup, Destroyed, doSwitch, drop, endHeldByCharacter, EndState, equipmentGone, GetOverlayMaterial, gotoHeldState, HitWall, isInNoDropRangeOfInventoryStation, needPrompt, onMessage, onPickup, onTakenFromSpawnPoint, pickup, PickupProxyTouch, PickupProxyUntouch, PostNetReceive, removeDroppedEquipment, requestEquipmentDrop, setDropLocation, setDropVelocity, setMovementReplication, setup, setupDropped, startHeldByCharacter, Tick, Timer, TravelPreAccept


Variables Detail

HealthKit

healthPerSecond Source code

var(HealthKit) float healthPerSecond;

maxHealthRestored Source code

var(HealthKit) float maxHealthRestored;


Functions Detail

canPickup Source code

function bool canPickup ( Character potentialOwner) )

requestConsumeHealthKit Source code

private function requestConsumeHealthKit ( ) )

use Source code

simulated function use ( ) )


Defaultproperties

defaultproperties
{
	bCanDrop = true


	StaticMesh = StaticMesh'Packs.HealthKit'
	DrawType = DT_StaticMesh


	maxHealthRestored = 75.0
	healthPerSecond = 25.0
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:30.743 - Created with UnCodeX