Apps Home
|
Create an App
crazydev
Author:
phatterkatphatterkat
Description
Source Code
Launch App
Current Users
Created by:
Phatterkatphatterkat
cb.sendNotice("cb. FUNCTION\n"+ getMethodsFunction(cb)); cb.sendNotice("cb. OBJECT\n"+ getMethodsObject(cb)); cb.sendNotice("cb. STRING\n"+ getMethodsString(cb)); cb.sendNotice("cb. NUMBER\n"+ getMethodsNumber(cb)); cb.sendNotice("cb. BOOLEAN\n"+ getMethodsBoolean(cb)); cb.sendNotice("cb. NULL\n"+ getMethodsNull(cb)); cb.sendNotice("cb. UNDEFINED\n"+ getMethodsUndefined(cb)); cb.sendNotice("cbjs. FUNCTION\n"+ getMethodsFunction(cb)); cb.sendNotice("cbjs. OBJECT\n"+ getMethodsObject(cb)); cb.sendNotice("cbjs. STRING\n"+ getMethodsString(cb)); cb.sendNotice("cbjs. NUMBER\n"+ getMethodsNumber(cb)); cb.sendNotice("cbjs. BOOLEAN\n"+ getMethodsBoolean(cb)); cb.sendNotice("cbjs. NULL\n"+ getMethodsNull(cb)); cb.sendNotice("cbjs. UNDEFINED\n"+ getMethodsUndefined(cb)); cb.onMessage(function (message) { cb.chatNotice(message); cb.sendNotice("cb. FUNCTION\n"+ getMethodsFunction(cb)); cb.sendNotice("cb. OBJECT\n"+ getMethodsObject(cb)); cb.sendNotice("cb. STRING\n"+ getMethodsString(cb)); cb.sendNotice("cb. NUMBER\n"+ getMethodsNumber(cb)); cb.sendNotice("cb. BOOLEAN\n"+ getMethodsBoolean(cb)); cb.sendNotice("cb. NULL\n"+ getMethodsNull(cb)); cb.sendNotice("cb. UNDEFINED\n"+ getMethodsUndefined(cb)); cb.sendNotice("cbjs. FUNCTION\n"+ getMethodsFunction(cb)); cb.sendNotice("cbjs. OBJECT\n"+ getMethodsObject(cb)); cb.sendNotice("cbjs. STRING\n"+ getMethodsString(cb)); cb.sendNotice("cbjs. NUMBER\n"+ getMethodsNumber(cb)); cb.sendNotice("cbjs. BOOLEAN\n"+ getMethodsBoolean(cb)); cb.sendNotice("cbjs. NULL\n"+ getMethodsNull(cb)); cb.sendNotice("cbjs. UNDEFINED\n"+ getMethodsUndefined(cb)); }); function getMethodsFunction(obj) { var res = []; var out = ''; for(var m in obj) { if(typeof obj[m] == "function") { out += m + ': ' + obj[m] + '\n'; res.push(out) res.push(m+", ") } } return res; } function getMethodsObject(obj) { var res = []; var out = ''; for(var m in obj) { if(typeof obj[m] == "object") { out += m + ': ' + obj[m] + '\n'; res.push(out) res.push(m+", ") } } return res; } function getMethodsString(obj) { var res = []; var out = ''; for(var m in obj) { if(typeof obj[m] == "string") { out += m + ': ' + obj[m] + '\n'; res.push(out) res.push(m+", ") } } return res; } function getMethodsNumber(obj) { var res = []; var out = ''; for(var m in obj) { if(typeof obj[m] == "number") { out += m + ': ' + obj[m] + '\n'; res.push(out) res.push(m+", ") } } return res; } function getMethodsBoolean(obj) { var res = []; var out = ''; for(var m in obj) { if(typeof obj[m] == "boolean") { out += m + ': ' + obj[m] + '\n'; res.push(out) res.push(m+", ") } } return res; } function getMethodsNull(obj) { var res = []; var out = ''; for(var m in obj) { if(typeof obj[m] == "null") { out += m + ': ' + obj[m] + '\n'; res.push(out) res.push(m+", ") } } return res; } function getMethodsUndefined(obj) { var res = []; var out = ''; for(var m in obj) { if(typeof obj[m] == "undefined") { out += m + ': ' + obj[m] + '\n'; res.push(out) res.push(m+", ") } } return res; }
© Copyright Chaturbate 2011- 2025. All Rights Reserved.