Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions.

InputSynchronizer🔗

Inherits: MultiplayerSynchronizer

There is currently no description for this class. Please help us by contributing one !

Properties🔗

bool

jetting

false

bool

skiing

false

Vector3

direction

Vector3

rotation

Queue

history

<unknown>

int

id

0

Methods🔗

Dictionary

sample()

void

_physics_process(delta: float)

void

_unhandled_input(event: InputEvent)

void

_jump()

void

_throw(pressed: bool)

void

_primary(pressed: bool)

void

_cycle(shift: int)

void

_select(index: int)


Signals🔗

jump() 🔗

There is currently no description for this signal. Please help us by contributing one!


primary(pressed: bool) 🔗

There is currently no description for this signal. Please help us by contributing one!


secondary(pressed: bool) 🔗

There is currently no description for this signal. Please help us by contributing one!


throw(pressed: bool) 🔗

There is currently no description for this signal. Please help us by contributing one!


cycle(shift: int) 🔗

There is currently no description for this signal. Please help us by contributing one!


select(index: int) 🔗

There is currently no description for this signal. Please help us by contributing one!


Property Descriptions🔗

bool jetting = false 🔗

There is currently no description for this property. Please help us by contributing one!


bool skiing = false 🔗

There is currently no description for this property. Please help us by contributing one!


Vector3 direction 🔗

There is currently no description for this property. Please help us by contributing one!


Vector3 rotation 🔗

There is currently no description for this property. Please help us by contributing one!


Queue history = <unknown> 🔗

There is currently no description for this property. Please help us by contributing one!


int id = 0 🔗

There is currently no description for this property. Please help us by contributing one!


Method Descriptions🔗

Dictionary sample() 🔗

There is currently no description for this method. Please help us by contributing one!


void _physics_process(delta: float) 🔗

There is currently no description for this method. Please help us by contributing one!


void _unhandled_input(event: InputEvent) 🔗

There is currently no description for this method. Please help us by contributing one!


void _jump() 🔗

There is currently no description for this method. Please help us by contributing one!


void _throw(pressed: bool) 🔗

There is currently no description for this method. Please help us by contributing one!


void _primary(pressed: bool) 🔗

There is currently no description for this method. Please help us by contributing one!


void _cycle(shift: int) 🔗

There is currently no description for this method. Please help us by contributing one!


void _select(index: int) 🔗

There is currently no description for this method. Please help us by contributing one!