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 _
refreshHTML()
Method from class road.MacaoRoadGrid Call this method to refresh the display of the road grid. |
refreshZoom()
Method from class kernel.MacaoObject Call this method to refresh the size of the image, which is used to display the object. |
registerBoleanValue(valueName)
Method from class persistence.MacaoPersistence Call this method to register a storage value of type boolean. |
registerDecimalValue(valueName, signed, maxLengthInBits)
Method from class persistence.MacaoPersistence Call this method to register a number storage value, which will be put to the game score with three decimal places. |
registerGameEvent(gameEvent)
Method from class persistence.MacaoPersistence Call this method to register a game event to be stored in the game score. |
registerIntegerValue(valueName, signed, maxLengthInBits)
Method from class persistence.MacaoPersistence Call this method to register a storage value of type integer. |
registerInventoryItem(inventoryObjectName, itemName, itemTitle, imageUrl, subTitle, maxQuantity, isDecimalQuantity)
Method from class persistence.MacaoPersistence Call this method to register an inventory item, which is to be stored in the game score. |
registerLanguage(languageCode)
Method from class persistence.MacaoPersistence Call this method to register a language for inclusion in the game score. |
registerPage(pageName, pageFramesetUrl)
Method from class persistence.MacaoPersistence Call this method to register a content page for inclusion in the game score. |
registerStringValue(valueName, maxLengthInBytes)
Method from class persistence.MacaoPersistence Call this method to register a storage value of type String. |
registerVersion(versionNumber)
Method from class persistence.MacaoPersistence Call this method to set the version of the save configuration. |
removeAllCards()
Method from class cards.MacaoCardStack Call this method to remove all cards from the stack. |
removeAllMenuItems()
Method from class menu.MacaoMenu Call this method to remove all menu items from the menu. |
removeCard(card, dontAdjustCards)
Method from class cards.MacaoCardStack Call this method to remove a card from the stack. |
removeController(controllerObjectName)
Method from class kernel.MacaoObject Use this method to remove the name of an object, which is accepted as controller by this object. |
removeObject()
Method from class kernel.MacaoObject This method removes the object from the list of the objects. And it removes the layer of the object from the DOM of the page. |
removeRoad(road)
Method from class road.MacaoPage Call this method to remove a road element from the page. |
removeRoad(road)
Method from class road.MacaoRoadGrid Call this method to remove a road element from the page. |
removeSubstack(startCard, dontAdjustCards)
Method from class cards.MacaoCardStack Call this method to remove a substack from the stack. |
replaceSubString(sourceString, find, replace)
Method from class kernel.MacaoPage This method replaces all occurrences of one string in a source string with another string and returns the result. |
restore()
Method from class dynamic.MacaoObject This method is called to restore the objects visibility, zoom, position, velocity, direction and walk target for this page, after the page is opened. |
restore()
Method from class menu.MacaoInventory Call this method to restore the inventory content from the Storage Manager. |
restoreObjects()
Method from class kernel.MacaoPage This method calls the method MacaoObject.restore() of all objects to let them restore their values from the Storage Manger. |