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