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.

Ping.PingInfo🔗

Inherits: RefCounted

This class defines a ping information to keep track of ping results and provide average ping.

Properties🔗

PackedInt32Array

samples

PackedInt32Array()

int

pos

0

Methods🔗

void

_init()

int

get_average()

void

set_next(value: int)


Constants🔗

SIZE = 32 🔗

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


Property Descriptions🔗

PackedInt32Array samples = PackedInt32Array() 🔗

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

Note: The returned array is copied and any changes to it will not update the original property value. See PackedInt32Array for more details.


int pos = 0 🔗

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


Method Descriptions🔗

void _init() 🔗

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


int get_average() 🔗

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


void set_next(value: int) 🔗

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