I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:U2UseManagerPlayer (U2XMP)
Object >> Actor >> U2UseManager >> U2UseManagerPlayer |
Contents
- 1 Constants
- 1.1 UseReticleOnEvent
- 1.2 UseReticleOffEvent
- 1.3 ProximityReticleOnEvent
- 1.4 ProximityReticleOffEvent
- 1.5 ActorBracketPercent
- 1.6 MainBracketPercent
- 1.7 PawnBracketPercent
- 1.8 ActorBracketWidth
- 1.9 ActorBracketHeight
- 1.10 MainBracketWidth
- 1.11 MainBracketHeight
- 1.12 PawnBracketWidth
- 1.13 PawnBracketHeight
- 1.14 MarginActorX
- 1.15 MarginPawnY
- 1.16 ScreenClampPctX
- 1.17 ScreenClampPctY
- 1.18 MinProximityAngleCos
- 1.19 MaxProximityDist
- 2 Properties
- 3 Functions
- 3.1 Static functions
- 3.2 Instance functions
- 3.2.1 ActorBracketNE
- 3.2.2 ActorBracketNW
- 3.2.3 ActorBracketSE
- 3.2.4 ActorBracketSW
- 3.2.5 GetAlpha
- 3.2.6 GetHealth
- 3.2.7 GetUseText
- 3.2.8 LineHeight
- 3.2.9 LineWidth
- 3.2.10 MainBracketNE
- 3.2.11 MainBracketNW
- 3.2.12 MainBracketSE
- 3.2.13 MainBracketSW
- 3.2.14 PawnBracketNE
- 3.2.15 PawnBracketNW
- 3.2.16 PawnBracketSE
- 3.2.17 PawnBracketSW
- 3.2.18 RenderOverlays
- Package:
- 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. |
$Author: Mbaldwin $ $Date: 12/15/02 2:21a $ $Revision: 43 $ Name: U2UseManagerPlayer.uc Author: Aaron R Leiby Date: 18 December 2000 Description: Notes: How to use this class:
Constants
UseReticleOnEvent
Value: "UseReticleOn"
UseReticleOffEvent
Value: "UseReticleOff"
ProximityReticleOnEvent
Value: "ProximityReticleOn"
ProximityReticleOffEvent
Value: "ProximityReticleOff"
ActorBracketPercent
Value: 0.80
portion of bounding box to span
MainBracketPercent
Value: 1.00
PawnBracketPercent
Value: 0.80
ActorBracketWidth
Value: 16
Size of upper and lower bracket icons
ActorBracketHeight
Value: 8
MainBracketWidth
Value: 26
Size of left and right bracket icons
MainBracketHeight
Value: 15
PawnBracketWidth
Value: 15
PawnBracketHeight
Value: 16
MarginActorX
Value: 20
Minimum distances from the corners for the side / top brackets
MarginPawnY
Value: 5
ScreenClampPctX
Value: 0.1
ScreenClampPctY
Value: 0.1
MinProximityAngleCos
Value: 0.643
spread angle of cone [0.643 ~= cos(50 degrees)]
MaxProximityDist
Value: 512.0
Properties
ActorBrackets
Type: Object.Point
Array size: 4
screen positions for non-pawn brackets
bEnabled
Type: bool
toggle to enable/disable the use reticle entirely
Default value: True
bOn
Type: bool
is the reticle being displayed?
LineSize
Type: Object.Vector
length of line connecting brackets
MainBrackets
Type: Object.Point
Array size: 4
screen positions for corner brackets (all actors)
PawnBrackets
Type: Object.Point
Array size: 4
screen positions for pawn-specific brackets
Proximity
Type: float
TargetText
Type: string
Modifiers: localized
Default value: "Item"
UseDistance
Type: float
max distance at which actors can be used
Default value: 200.0
Functions
Static functions
GetProximity
LookingAt
Overrides: U2UseManager.LookingAt
RenderOverlaysStatic
SetAlternate
SetCurrent
Overrides: U2UseManager.SetCurrent
SetEnabled
Overrides: U2UseManager.SetEnabled