Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE2:ProximityLightTrigger (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> LegendActorComponent >> ProximityLightTrigger |
Contents
- Package:
- Legend
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. |
$Author: Aleiby $ $Date: 6/12/02 10:23p $ $Revision: 3 $ Name: ProximityLightTrigger.uc Author: Aaron R Leiby Date: 11 September 2000 Description: How to use this class:
Properties
Property group 'ProximityLightTrigger'
bInitiallyOn
Type: bool
Modifiers: protected
bOn
Type: bool
Modifiers: protected
ProximityLight
Type: ProximityLight
Modifiers: protected
ProximityTypes
Type: name
Array size: 8
Modifiers: protected
Default value: Pawn
Default values
Property | Value |
---|---|
bCollideActors | True |
LightBrightness | 1 |
ScaleGlow | 0.0 |
Functions
Events
Touch
event Touch (Actor Other)
Overrides: Actor.Touch
UnTouch
event UnTouch (Actor Other)
Overrides: Actor.UnTouch
Other instance functions
SetLight
public function SetLight (ProximityLight L)
ToggleLight
public function ToggleLight ()
TurnOff
public function TurnOff ()
TurnOn
public function TurnOn ()