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 _

Index - I

inheritPrototype(fromClass, toClass) Method from class kernel.MacaoPage
     This method inherits all methods and properties from one prototype to another prototype.
init() Method from class road.MacaoRoad
     Overwrite this method, when you implement your own road type.
initCard(name, title, left, top, cardType, exposed, cardValue, suit) Method from class cards.MacaoCard
     This method is called by the constructor to initialize the card.
initCardStack(name, title, left, top, stackType, standardLook, baseOffsetX, baseOffsetY, cardOffsetX, cardOffsetY, exposedSchema, dragSchema) Method from class cards.MacaoCardStack
     This method is called by the constructor to initialize the stack.
initMenu(name, title, left, top) Method from class menu.MacaoMenu
     The constructor of the menu calls this method to initiate the menu properties. Call this method, if you sub-class the class MacaoMenu.
initObject(name, title, left, top) Method from class kernel.MacaoObject
     This method initializes the properties of the object. If the package dynamic is loaded into the page, this method also calls the method initDynamic().
initRoad(gridLeft, gridTop, ordination, roadName, typeName, gridWidth, gridHeigth, imageBase, maxOrdinations) Method from class road.MacaoRoad
     Call this method in the constructor of your road type, to set the road type properties and the road element properties.
insertCard(card, afterCard, dontAdjustCards) Method from class cards.MacaoCardStack
     Call this method to insert a card into the stack.
insertSubstack(startCard, afterCard, dontAdjustCards) Method from class cards.MacaoCardStack
     Call this method to insert a substack into this stack.
IS_CARD Field from class cards.MacaoCard
     This constant marks a card as card. It is always true.
IS_STACK Field from class cards.MacaoCardStack
     This constant marks a stack as stack. It is always true.
isActivation() Method from class menu.MacaoMenuItem
     Call this method to find out, if this menu item is a toggle menu item.
isActive() Method from class menu.MacaoMenuItem
     Call this method to find out, if this radio or toggle menu item is activated or deactivated.
isActiveCustom() Method from class dynamic.MacaoTalkItem
     You may implement this method for more complex control of when the talk item is available for execution.
isArrayElement(array, element, arrayLength) Method from class dynamic.MacaoPage
     This utility function checks, if the provided element is one of the elements of the array.
isBetweenGameEvents(eventBefore, eventAfter) Method from class kernel.MacaoPage
     Use this method to test, if one game event is already set and another game event is not set.
isController(controllerObjectName) Method from class kernel.MacaoObject
     Use this method to test, if another object is accepted as controller by this object.
isDesignMode() Method from class kernel.MacaoPage
     Call this method to check, if the design mode is active.
isDesignModeSM() Method from class storageManager.MacaoPage
     Call this method to check, if the design mode is active.
isDragActive() Method from class kernel.MacaoObject
     Call this method to check, if this object can be dragged by the user.
isDragged() Method from class kernel.MacaoObject
     Call this method to check, if the object is currently being dragged.
isDragSubstack() Method from class cards.MacaoCardStack
     Call this method to check, if a dragging means to drag a substack.
isDropActive() Method from class kernel.MacaoObject
     Call this method to check, if Drop is activated for this object.
isDropAllowed(forObject) Method from class kernel.MacaoObject
     This method controls, if another object may be dropped to this object.
isEmpty() Method from class cards.MacaoCardStack
     Call this method to check, if the stack is empty.
isExposed() Method from class cards.MacaoCard
     Call this method to check, if currently the front side of the card is shown.
isFreeBlock(gridLeft, gridTop, width, height) Method from class road.MacaoRoadGrid
     Call this method to check, if a block of cells in the road grid if free from road elements.
isGameEvent(eventName) Method from class kernel.MacaoPage
     Use this method to test, if a game event is set.
isImage() Method from class kernel.MacaoLook
     This method calculates, if the look has to display an image rather than HTML.
isMeetingObject(objectName) Method from class dynamic.MacaoObject
     Call this method to test, if this object is currently meeting another object.
isPulling() Method from class cards.MacaoCard
     Call this method to check, if the card is currently walking or dragged by the user.
isRadio() Method from class menu.MacaoMenuItem
     Call this method to find out, if this menu item is a radio menu item.
isRedSuit() Method from class cards.MacaoCard
     Call this method to check, if the suit of the card is a red suit
isStorageBlocked() Method from class kernel.MacaoPage
     Call this method to check, if this page may write to the Storage Manager.
isWalking() Method from class dynamic.MacaoObject
     Call this method to test, if the object is currently walking.