Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Property to determine what a surface is The booleans are mutually exclusive, but nothing should break in case multiple are set to true 2013 by FreetimeCoder www.freetimestudio.net
AdvKit.AdvKitPhysicalMaterialProperty
Variables Summary | |
---|---|
AdvKitPhysicalMaterialProperty | |
bool | bIsClimbableWall |
bool | bIsSlide |
bool | bIsWallJumpingPossible |
float | fSlideControlStrength |
Variables Detail |
---|
can climb on this surface
can slide on it
can use this to wall jump
how much control the player has on the slide (on a scale from Zero to One)
Defaultproperties |
---|
defaultproperties
{
fSlideControlStrength = 1
}
|
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |