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

Engine.KRepulsor


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
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
class KRepulsor extends Actor
	native;

cpptext
{
#ifdef WITH_KARMA
	void Destroy();
#endif
}

var()	bool	bEnableRepulsion;
var()   bool    bRepulseWater; // Repulsor should repulse against water volumes
var		bool	bRepulsorInContact; // Repulsor is currently contacting something.
var     bool    bRepulsorOnWater; //Repulsor is contacting water (bRepulseWater must be set)
var()	vector	CheckDir; // In owner ref frame
var()	float	CheckDist;
var()	float	Softness;
var()	float	PenScale;
var()	float	PenOffset;

// Used internally for Karma stuff - DO NOT CHANGE!
var		transient const pointer		KContact;



defaultproperties
{
    bEnableRepulsion=true
	CheckDir=(X=0.0,Y=0.0,Z=-1.0)
	CheckDist=50
	Softness=0.1
	PenScale=1.0
	PenOffset=0.0

	bCollideActors=false
	bCollideWorld=false
	bBlockActors=false
	bBlockNonZeroExtentTraces=false
	bBlockZeroExtentTraces=false
	bProjTarget=false
	bHardAttach=true
    RemoteRole=ROLE_None
	bNoDelete=false
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Di 5.9.2006 22:28:42.000 - Creation time: Do 14.8.2014 09:58:43.532 - Created with UnCodeX