Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Talk:API Objects"

From Roll20 Wiki

Jump to: navigation, search
(Created page with "=== _fbpath === I was working on making sure I had good Default Values for the various objects, and created a Character (<code>var test = createObj('character'); log(test);</...")

Revision as of 09:24, 28 August 2013

_fbpath

I was working on making sure I had good Default Values for the various objects, and created a Character (var test = createObj('character'); log(test);). The resulting object contained a _fbpath property, which I hadn't seen before on characters created manually. It contained a link to firebaseio.com, and I assume it's used for debug purposes by the devs, but I can't be certain. Additional input would be appreciated! --Brian (talk) 05:24, 28 August 2013 (EDT)