Skip to content

machina.utils.createUUID

Jim Cowart edited this page Feb 2, 2015 · 1 revision

machina.utils.createUUID()

description: used internally (in hierarchical FSMs) to provide "tickets" for input that is delegated to child FSMs.

returns: a unique identifier (about as unique as it gets, given that browsers don't expose OS level capabilities along these lines).

You shouldn't need to worry about using this manually or overriding it.