#Custom Documents

1 messages · Page 1 of 1 (latest)

smoky trellis
empty vault
#

At which point, it's just a fancy wrapper around an object being stuck into an existing Document

#

Yeah, looks like it's storing data in flags and then pulling it out into the scene's data scope as-needed
scene.stairways = foundry.utils.duplicate(scene.flags.stairways || []) (which is ultimately called from a setup hook)

smoky trellis
#

Interesting...