EntryInput

Summary

Constructors

EntryInput()

Properties

Name Type
deltaTime float
authoritativeAimingYaw float
authoritativeAimingPitch float
authoritativeMovementPenalty float
authoritativeCameraPosition Vec3
authoritativeMovementPosition Vec3
authoritativeMovementVelocity Vec3
flags EntryInputFlags
zoomLevel int

Methods

Method Returns
GetLevel(action: EntryInputActionEnum) float
SetLevel(action: EntryInputActionEnum, level: float) void

Constructors

EntryInput

EntryInput()

Properties

deltaTime

float

authoritativeAimingYaw

float

authoritativeAimingPitch

float

authoritativeMovementPenalty

float

authoritativeCameraPosition

Vec3

authoritativeMovementPosition

Vec3

authoritativeMovementVelocity

Vec3

flags

EntryInputFlags

zoomLevel

int

Methods

GetLevel

GetLevel(action: EntryInputActionEnum): float

Parameters

Name Type Description
action EntryInputActionEnum

Returns

Type Description
float

SetLevel

SetLevel(action: EntryInputActionEnum, level: float)

Parameters

Name Type Description
action EntryInputActionEnum
level float
Last modified August 24, 2022: Add EntryInput.zoomLevel (511025d1)