Todo: Locate and describe references for functionality of the game, both engine and scripting

"Public" refers to the location "binaries/data/mods/public"

User Interface

Actions

Selection

Source Locations:

Public/gui/session/input.js - Lines 487-570 ,802-907

Objects

Buttons

Source Locations:
source/gui/CButton.cpp - Defines the button, passes "HandleMessage" off to IGUIButtonBehavior and IGUITextOwner
source/gui/IGUIButtonBehavior.cpp - Handles button events, currently mouse clicks and hovers

Declaration:

Properties:
.hidden(bool)
.tooltip(string) - HTML formatting allowed

Events
.onpress(func)
.onrightpress(func) To be implemented with ticket 1028

Last modified 12 years ago Last modified on Jan 2, 2012, 6:26:52 AM
Note: See TracWiki for help on using the wiki.