Variables

m_LatencyView

var m_LatencyView: TextField

m_ClientFPSView

var m_ClientFPSView: TextField

m_ServerFPSView

var m_ServerFPSView: TextField

m_ServerFPSLabelView

var m_ServerFPSLabelView: TextField

Functions

onLoad

function onLoad() : Void

SetIsGM

function SetIsGM(isGM: Boolean) : Void

SlotClientCharStatChanged

function SlotClientCharStatChanged(statID: Number) : Void

SlotLatencyUpdated

function SlotLatencyUpdated(latency: Number) : Void

SlotClientFramerateUpdated

function SlotClientFramerateUpdated(fps: Number) : Void

SlotServerFramerateUpdated

function SlotServerFramerateUpdated(fps: Number) : Void
var m_LatencyView: TextField
var m_ClientFPSView: TextField
var m_ServerFPSView: TextField
var m_ServerFPSLabelView: TextField
function onLoad() : Void
function SetIsGM(isGM: Boolean) : Void
function SlotClientCharStatChanged(statID: Number) : Void
function SlotLatencyUpdated(latency: Number) : Void
function SlotClientFramerateUpdated(fps: Number) : Void
function SlotServerFramerateUpdated(fps: Number) : Void
Close