Difference between revisions of "Talk:API Objects"
From Roll20 Wiki
(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);</...") |
|||
(One intermediate revision by one user not shown) | |||
Line 2: | Line 2: | ||
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);</code>). 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! --[[User:235259|235259]] ([[User talk:235259|talk]]) 05:24, 28 August 2013 (EDT) | 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);</code>). 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! --[[User:235259|235259]] ([[User talk:235259|talk]]) 05:24, 28 August 2013 (EDT) | ||
+ | |||
+ | Note: The _fbpath property seems to appear in all objects created with <code>createObj</code>. --[[User:235259|235259]] ([[User talk:235259|talk]]) 05:37, 28 August 2013 (EDT) | ||
+ | |||
+ | : Yeah, that's just for internal use. You can safely ignore it. --[[User:1|1]] ([[User talk:1|talk]]) 10:26, 28 August 2013 (EDT) |
Latest revision as of 14:26, 28 August 2013
[edit] _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)
Note: The _fbpath property seems to appear in all objects created with createObj
. --Brian (talk) 05:37, 28 August 2013 (EDT)