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

Talk:API:Utility Functions

From Roll20 Wiki

Jump to: navigation, search

Shouldn't there be some place in here the "setInterval" function that is used by Patrolling example in Advanced examples? --Ronald L. (talk) 20:51, 13 January 2015

setInterval is not a utility function implemented by Roll20, but rather is a native JavaScript function. See the MDN documentation on setInterval. Note that the examples on that page use window.setInterval, but the window object is implied in JavaScript and may be omitted, as well as being unavailable in API scripts. So, an API script using setInterval should not use window.
Brian – (profile • talk • contrib)
11:42, 14 January 2015 (EST)

sendPing is borked

The moveAll parameter appears to be broken. Apparently this bug "... assured that it is in the pipeline to be solved the next time the API is getting an update. " However this was 2 years ago: https://app.roll20.net/forum/post/987974/bug-sendping-only-pinging-and-moving-view-of-gm/?pageforid=987974