Class net.user1.orbiter.CustomClient
Methods
addEventListener(type, listener, thisArg, priority)
|
|
ban(duration, reason)
|
|
deleteAttribute(attrName, attrScope)
|
|
dispatchEvent(event)
|
|
getAttribute(attrName, attrScope)
|
|
getAttributesByScope(scope)
|
|
getIP()
|
|
getPing()
|
|
hasEventListener(type)
|
|
init()
An initialization method invoked when this CustomClient object is ready
for use.
|
|
isAdmin()
|
|
isInRoom(roomID)
|
|
isObservingRoom(roomID)
|
|
isSelf()
|
|
kick()
|
|
observe()
|
|
removeEventListener(type, listener, thisObj)
|
|
sendMessage(messageName)
|
|
setAttribute(attrName, attrValue, attrScope, isShared, evaluate)
|
|
setClient(client)
|
|
setClientClass(scope, clientClass)
|
|
toString()
|
|
willTrigger(type)
|