Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 00027 00028 00029 00030 00031 00032 00033 |
//============================================================================= // RB_ForceFieldExcludeVolume: a bounding volume which removes the effect of a physical force field. // Currently: RB_CylindricalForceActor //============================================================================= class RB_ForceFieldExcludeVolume extends Volume native(Physics) placeable; /** Used to identify which force fields this excluder applies to, ie if the channel ID matches then the excluder excludes this force field*/ var() int ForceFieldChannel; // (cpptext) // (cpptext) // (cpptext) // (cpptext) // (cpptext) defaultproperties { ForceFieldChannel=1 Begin Object Class=BrushComponent Name=BrushComponent0 ObjName=BrushComponent0 Archetype=BrushComponent'Engine.Default__Volume:BrushComponent0' BlockNonZeroExtent=False ObjectArchetype=BrushComponent'Engine.Default__Volume:BrushComponent0' End Object BrushComponent=BrushComponent0 Components(0)=BrushComponent0 CollisionComponent=BrushComponent0 CollisionType=COLLIDE_CustomDefault Name="Default__RB_ForceFieldExcludeVolume" ObjectArchetype=Volume'Engine.Default__Volume' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |