A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
calculateAngle(dX1, dY1, dX2, dY2)
Method from class dynamic.MacaoPage This utility function calculates an angle between two vectors. |
calculateApproachPos(approachingObjectName)
Method from class dynamic.MacaoObject This method calculates the object's approach position, which is used by other objects to walk to. |
calculateDistanceTo(xPos, yPos)
Method from class dynamic.MacaoNode Call this method to calculate the distance from this node to another position. |
calculateLengthInBits(positiveInteger)
Method from class persistence.MacaoPersistence Use this utility method to calculate the number of bits, which is used to store an integer of a specified value. |
calculateRandomDuration(baseDuration)
Method from class dynamic.MacaoPage This utility function calculates a random duration in milliseconds from a base duration. |
calculateStackingIndex()
Method from class dynamic.MacaoObject This method is called internally, to calculate the z-index for stacking. |
changeDirection(angle)
Method from class dynamic.MacaoObject Call this method to change the direction of the object by an angle. |
clear()
Method from class kernel.MacaoBubble Call this method to end the display of the current message and start the display of the next message. |
clearAllNodes()
Method from class dynamic.MacaoNet Call this method to remove all nodes from the net. |
clearGameEvent(eventName)
Method from class kernel.MacaoPage Use this method to clear a game event. |
clearInventory(inventoryName)
Method from class storageManager.MacaoPage Call this method to remove all items of an inventory from the Storage Manager. |
clearTalkedItems()
Method from class dynamic.MacaoPage Call this method to end a talk. |
closeEditor()
Method from class road.MacaoRoadGrid Call this method to close the Road Editor window. |
closeWindowByOpener()
Method from class persistence.MacaoPersistence Call this method in the save dialog to close the save dialog. |
compareTo(otherCard)
Method from class cards.MacaoCard This method is called to compare two cards for sorting a stack. |
connectNodes(node1Name, node2Name, alsoBack, disconnect)
Method from class dynamic.MacaoPage Use this method to connect or disconnect two named nodes. |
connectTo(node, alsoBack)
Method from class dynamic.MacaoNode Call this method to connect this node to another node by a MacaoConnection. |
createFrontLookGeneric(cardTitle, color, suitImageUrl, centerImageUrl, cardDescription, bigDescription, descriptionTop)
Method from class cards.MacaoCard Call this method to create the front look of the card composed by attributes. |
createFrontLookImage(frontImageUrl, baseWidth, baseHeight)
Method from class cards.MacaoCard Call this method to create the front look of the card by a single image. |
createLayer()
Method from class kernel.MacaoObject This method creates the DIV element (= layer), which is used to display the object. There may be only one layer for each object. If there is already a layer for this object, the existing layer is returned. See also getLayer(). |
createLook(name, imageSource, baseWidth, baseHeight, deltaLeft, deltaTop, html)
Method from class kernel.MacaoObject Use this method to create a look and add it to the list of looks, which is maintained by the object. |
createNet(netType)
Method from class dynamic.MacaoPage This method creates a net of the given name. |
createNode(netType, xPos, yPos, onlyExit, onlyEntrance)
Method from class road.MacaoRoad Call this method in the method init() to create a new node in a road element. |
createRearLookGeneric(rearColor, rearImageUrl, tile)
Method from class cards.MacaoCard Call this method to create the rear look of the card composed by attributes. |
createRearLookImage(rearImageUrl, baseWidth, baseHeight)
Method from class cards.MacaoCard Call this method to create the rear look of the card by a single image. |
createResponseTalkItem(itemName, message, onceAtTalk, activatingItemName, deactivatingItemName)
Method from class dynamic.MacaoTalkItem Call this method to create and add a response talk item to the talk item. |
createRoad(roadType, gridLeft, gridTop, orientation, roadName)
Method from class road.MacaoPage Call this method to add a new road element to your page. |
createRummyCards(noToolTip, rearImageUrl, rearImagePack2Url, tileRearImage)
Method from class cardTypes.MacaoPage Call this method to create a set of 108 Rummy cards. |
createStandardCards(twoPacks, jokers, noToolTip, values, rearImageUrl, rearImagePack2Url, tileRearImage)
Method from class cardTypes.MacaoPage Call this method to create a standard set of cards. |
createTable()
Method from class cards.MacaoCard Call this method to create a DOM table element in the front look. |
createTalkItem(itemName, triggerEvents, message, keywords, onceAtTalk)
Method from class dynamic.MacaoObject Call this method to create a talk item and add it to the object. |