C# Class ManicDigger.CharacterPhysics.MoveInfo

Show file Open project: GlennMR/800Craft-Client Class Usage Examples

Public Properties

Property Type Description
ENABLE_FREEMOVE bool
ENABLE_NOCLIP bool
Swimming bool
acceleration Acceleration
jumpstartacceleration float
movedown bool
movedx int
movedy float
movespeednow float
moveup bool
wantsjump bool

Property Details

ENABLE_FREEMOVE public property

public bool ENABLE_FREEMOVE
return bool

ENABLE_NOCLIP public property

public bool ENABLE_NOCLIP
return bool

Swimming public property

public bool Swimming
return bool

acceleration public property

public Acceleration,ManicDigger acceleration
return Acceleration

jumpstartacceleration public property

public float jumpstartacceleration
return float

movedown public property

public bool movedown
return bool

movedx public property

public int movedx
return int

movedy public property

public float movedy
return float

movespeednow public property

public float movespeednow
return float

moveup public property

public bool moveup
return bool

wantsjump public property

public bool wantsjump
return bool