Class Index | File Index

Classes


Class Index

_global_


api

Functions called directly in response to user action (clicking a button, etc).

core.contractNegotiation

All aspects of contract negotiation.

core.draft

The annual draft of new prospects.

core.finances

Anything related to budget/finances.

core.freeAgents

Functions related to free agents that didn't make sense to put anywhere else.

core.game

Everything about games except the actual simulation.

core.gameSim

Individual game simulation.

core.league

Creating and removing leagues.

core.player

Functions operating on player objects, or parts of player objects.

core.season

Somewhat of a hodgepodge.

core.team

Functions operating on team objects, or parts of team objects.

core.trade

Trades between the user's team and other teams.

db

Creating, migrating, and connecting to databases; working with transactions.

globals

Defines the constant portions of g.

ui

Anything that directly updates the UI.

util.advStats

Advanced stats (PER, WS, etc) that require some nontrivial calculations and thus are calculated and cached once each day.

util.helpers

Various utility functions that don't have anywhere else to go.

util.lock

These functions all deal with locking game state when there is some blocking action in progress.

util.message

Messages from the owner of the team to the GM.

util.random

Module to emulate some of Python's random library.

util.templateHelpers

Handlebars helper functions.

util.viewHelpers

Helper functions called only by views.

views.components

Small components/widgets, such as drop down menus to switch between seasons/teams.

views.gameLog

Game log and box score viewing for all seasons and teams.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Apr 10 2013 23:08:32 GMT-0400 (EDT)