cards

Cards module. Responsible for drawing cards

cards.description

Brief description of this module for Help Docs

Kind: static property of cards

cards.configuration

Default Configuration settings for this sock_module

Kind: static property of cards

cards.name

The name of this sock_module

Kind: static property of cards

cards.priority

If defined by a sock_module it is the priority of the module with respect to other modules.

sock_modules should not define modules with negative permissions. Default value is 50 with lower numbers being higher priority.

Kind: static property of cards

cards.version

The version of this sock_module

Kind: static property of cards

cards.commands : Object

Each command has the following properties: - handler: The encryption function. - defaults: Default values of parameters - params: Named parameters for this function - randomPickable: If true, random encryption can select this function. NOTE: random currently does not support parameters. - description: A description of this function for the help

Kind: static property of cards

cards.begin(browser, config)

Bootstrap the module

Kind: static method of cards

Param Type Description
browser string discourse.
config object The configuration to use