local REMOTE_URL = "http://getmoai.com/docs/index.html" --- Quickhelp Documentation (ctrl-Q) -- This is called when the user invokes quick help via ctrl-q, or by -- having the quickhelp panel open and set to autolookup -- @param name The name to get documentation for. -- @return the documentation as an HTML or plain text string function getDocumentation(name) local file = getDocumentationUrl(name) -- any additional external help? if not file then return getQuickNavigateDocumentation(name) end -- try load remote file with additional help html = fetchURL(file) if not html then return end local id = file:find("#") if not id then return end -- lookup for needed block local start_pattern = [=[(.-)
]=] local stop_pattern = [=[
(.-)
]=] local start = html:find(start_pattern) if start then result = html:match(stop_pattern, start) if not result then return end end -- lets make some cleanup result = result:gsub([=[(.-)
]=], "%2") result = result:gsub([=[class=['"](.-)['"]]=], "") result = [=[

]=] .. name .. [=[

]=] .. result .. [=[

[ information provided by MOAI SDK ]=] .. REMOTE_URL .. [=[ ]]=] return result end --- External Documentation URL (shift-F1) -- This is called by shift-F1 on the symbol, or by the -- external documentation button on the quick help panel -- @param name The name to get documentation for. -- @return the URL of the external documentation function getDocumentationUrl(name) local sig = SIGNATURES[name] if not sig then return end if type(sig) == "table" then return REMOTE_URL .. sig[2] end end --- Quick Navigation Tooltip Text, (ctrl-hover on symbol) -- This is called when the user ctrl-hovers over a symbol -- @param name The name to get documentation for. -- @return the documentation as a plain text string function getQuickNavigateDocumentation(name) local sig = SIGNATURES[name] if not sig then return end if type(sig) == "table" then sig = sig[1] end return "[MOAI SDK]\r\n " .. sig end SIGNATURES = { MOAIAction = [=[Base class for actions.]=], ["MOAIAction.EVENT_STOP"] = [=[ID of event stop callback. Signature is: nil onStop ()]=], ["MOAIAction.addChild"] = {[=[function addChild ( MOAIAction self, MOAIAction child )]=], [=[class_m_o_a_i_action.html#a05625367fac4b1492518fc5a9a519082]=]}, ["MOAIAction.attach"] = {[=[function attach ( MOAIAction self [, MOAIAction parent ] )]=], [=[class_m_o_a_i_action.html#aad03471d4156a51ac678f898bfa1a1a6]=]}, ["MOAIAction.clear"] = {[=[function clear ( MOAIAction self )]=], [=[class_m_o_a_i_action.html#a0900bdd5a8cef5b3a1ad55e9a843899a]=]}, ["MOAIAction.detach"] = {[=[function detach ( MOAIAction self )]=], [=[class_m_o_a_i_action.html#ab929bd18c978b577a517b042930dad4a]=]}, ["MOAIAction.isActive"] = {[=[function isActive ( MOAIAction self )]=], [=[class_m_o_a_i_action.html#a8e6f4d72c54a0134f2e00666740307da]=]}, ["MOAIAction.isBusy"] = {[=[function isBusy ( MOAIAction self )]=], [=[class_m_o_a_i_action.html#ac01ec3acfb62fd9c7799b809deb7203a]=]}, ["MOAIAction.isDone"] = {[=[function isDone ( MOAIAction self )]=], [=[class_m_o_a_i_action.html#a71bacc8f2f84be20184aff4d7a05e1c0]=]}, ["MOAIAction.start"] = {[=[function start ( MOAIAction self [, MOAIAction parent ] )]=], [=[class_m_o_a_i_action.html#a493b7454e5a03fa0d1159e88614aa9fa]=]}, ["MOAIAction.stop"] = {[=[function stop ( MOAIAction self )]=], [=[class_m_o_a_i_action.html#a37e2790c8715e24007ca3ec4f1844209]=]}, ["MOAIAction.throttle"] = {[=[function throttle ( MOAIAction self [, number throttle ] )]=], [=[class_m_o_a_i_action.html#a9899079d94e271e34b51fe7f66813e62]=]}, MOAIActionMgr = [=[Manager class for MOAIActions]=], ["MOAIActionMgr.getRoot"] = {[=[function getRoot ()]=], [=[class_m_o_a_i_action_mgr.html#a65375dfc3c1d7cd2c2f717393837c434]=]}, ["MOAIActionMgr.setProfilingEnabled"] = {[=[function setProfilingEnabled ( [ boolean enable ] )]=], [=[class_m_o_a_i_action_mgr.html#af92225b34cb9b7e3f5120d941e57709c]=]}, ["MOAIActionMgr.setRoot"] = {[=[function setRoot ( [ MOAIAction root ] )]=], [=[class_m_o_a_i_action_mgr.html#a08d77ad920b271b5ea8943adad00c317]=]}, ["MOAIActionMgr.setThreadInfoEnabled"] = {[=[function setThreadInfoEnabled ( [ boolean enable ] )]=], [=[class_m_o_a_i_action_mgr.html#a58ed8bd8fe82dfb32bdfe680d93b476b]=]}, MOAIAdColonyAndroid = [=[Wrapper for AdColony integration on Android devices. Exposed to lua via MOAIAdColony on all mobile platforms.]=], ["MOAIAdColonyAndroid.VIDEO_BEGAN_IN_ZONE"] = [=[Event code for video playback started notifications. Unused.]=], ["MOAIAdColonyAndroid.VIDEO_ENDED_IN_ZONE"] = [=[Event code for video playback ended notifications.]=], ["MOAIAdColonyAndroid.VIDEO_FAILED_IN_ZONE"] = [=[Event code for video playback failed notifications. Unused.]=], ["MOAIAdColonyAndroid.VIDEO_PAUSED_IN_ZONE"] = [=[Event code for video playback paused notifications. Unused.]=], ["MOAIAdColonyAndroid.VIDEO_RESUMED_IN_ZONE"] = [=[Event code for video playback resumed notifications. Unused.]=], ["MOAIAdColonyAndroid.getDeviceID"] = {[=[function getDeviceID ()]=], [=[class_m_o_a_i_ad_colony_android.html#a9aadb0317b3a14bef8717a16eb461743]=]}, ["MOAIAdColonyAndroid.init"] = {[=[function init ( string appId, table zones )]=], [=[class_m_o_a_i_ad_colony_android.html#ab393983f983d102b70925f921128dfa6]=]}, ["MOAIAdColonyAndroid.playVideo"] = {[=[function playVideo ( string zone [, bool prompt, bool confirm ] )]=], [=[class_m_o_a_i_ad_colony_android.html#aaee1a01b08f49dad802bf3ee4b747d18]=]}, ["MOAIAdColonyAndroid.videoReadyForZone"] = {[=[function videoReadyForZone ( string zone )]=], [=[class_m_o_a_i_ad_colony_android.html#ad8c513a6a521429e4370c7d213842bee]=]}, MOAIAdColonyIOS = [=[Wrapper for AdColony integration on iOS devices. Exposed to lua via MOAIAdColony on all mobile platforms.]=], ["MOAIAdColonyIOS.VIDEO_BEGAN_IN_ZONE"] = [=[Event code for video playback started notifications.]=], ["MOAIAdColonyIOS.VIDEO_ENDED_IN_ZONE"] = [=[Event code for video playback ended notifications.]=], ["MOAIAdColonyIOS.VIDEO_FAILED_IN_ZONE"] = [=[Event code for video playback failed notifications.]=], ["MOAIAdColonyIOS.VIDEO_PAUSED_IN_ZONE"] = [=[Event code for video playback paused notifications.]=], ["MOAIAdColonyIOS.VIDEO_RESUMED_IN_ZONE"] = [=[Event code for video playback resumed notifications.]=], ["MOAIAdColonyIOS.+ "] = {[=[]=], [=[]=]}, MOAIAnim = [=[Bind anim curves to nodes and provides timer controls for anim playback]=], ["MOAIAnim.apply"] = {[=[]=], [=[class_m_o_a_i_anim.html#a6c8463ad3e89d225621baa44f2ede95f]=]}, ["MOAIAnim.getLength"] = {[=[]=], [=[class_m_o_a_i_anim.html#ae14ef08656e22cfa67966f4321fc9bd6]=]}, ["MOAIAnim.reserveLinks"] = {[=[]=], [=[class_m_o_a_i_anim.html#a8f533896929b8ea359cf583eae21153c]=]}, ["MOAIAnim.setLink"] = {[=[]=], [=[class_m_o_a_i_anim.html#a7fd28d277b58536b00dbaaba35214d4b]=]}, MOAIAnimCurve = [=[Piecewise animation function with one input (time) and one output (value).]=], ["MOAIAnimCurve.getLength"] = {[=[]=], [=[class_m_o_a_i_anim_curve.html#a5f3d3f160018e153839d7469f7f43fd9]=]}, ["MOAIAnimCurve.getValueAtTime"] = {[=[]=], [=[class_m_o_a_i_anim_curve.html#a7a49b425c394dfc75ab5afc2264da9fc]=]}, ["MOAIAnimCurve.reserveKeys"] = {[=[]=], [=[class_m_o_a_i_anim_curve.html#a3309fb4d868b5eec4fa2f7aa04185143]=]}, ["MOAIAnimCurve.setKey"] = {[=[]=], [=[class_m_o_a_i_anim_curve.html#a54c4c5da8d364217d90f989855fb3203]=]}, ["MOAIAnimCurve.setWrapMode"] = {[=[]=], [=[class_m_o_a_i_anim_curve.html#af21e46ea3e40f8d2d9f86c8dd5f06460]=]}, MOAIAppAndroid = [=[Wrapper for base application class on Android devices. Exposed to lua via MOAIApp on all mobile platforms.]=], ["MOAIAppAndroid.SESSION_START"] = [=[Event code indicating the beginning of an app session.]=], ["MOAIAppAndroid.SESSION_END"] = [=[Event code indicating the end of an app sessions.]=], ["MOAIAppAndroid.BACK_BUTTON_PRESSED"] = [=[Event code indicating that the pysical device back button was pressed.]=], ["MOAIAppAndroid.openURL"] = {[=[]=], [=[class_m_o_a_i_app_android.html#aaa2f943bd1d8e4eef19617fbef9fb2c4]=]}, ["MOAIAppAndroid.share"] = {[=[]=], [=[class_m_o_a_i_app_android.html#a83140f51d72100c5b5fd9c1e718d93fe]=]}, MOAIAppIOS = [=[Wrapper for base application class on iOS devices. Exposed to lua via MOAIApp on all mobile platforms.]=], ["MOAIAppIOS.APP_OPENED_FROM_URL"] = [=[Event code indicating that the app was stared via a URL click.]=], ["MOAIAppIOS.SESSION_START"] = [=[Event code indicating the beginning of an app session.]=], ["MOAIAppIOS.SESSION_END"] = [=[Event code indicating the end of an app sessions.]=], ["MOAIAppIOS.DOMAIN_DOCUMENTS"] = [=[Directory domain 'documents'.]=], ["MOAIAppIOS.DOMAIN_APP_SUPPORT"] = [=[Directory domain 'application support'.]=], ["MOAIAppIOS.getDirectoryInDomain"] = {[=[]=], [=[class_m_o_a_i_app_i_o_s.html#a6700ae4b7b60b26548cf5f2b31c30072]=]}, MOAIAudioSampler = [=[Audio sampler singleton]=], MOAIBillingAndroid = [=[Wrapper for in-app purchase integration on Android devices using either Google Play or Amazon. Exposed to lua via MOAIBilling on all mobile platforms, but API differs on iOS and Android.]=], ["MOAIBillingAndroid.CHECK_BILLING_SUPPORTED"] = [=[Event code for billing support request completion.]=], ["MOAIBillingAndroid.PURCHASE_RESPONSE_RECEIVED"] = [=[Event code for item purchase request receipt.]=], ["MOAIBillingAndroid.PURCHASE_STATE_CHANGED"] = [=[Event code for item purchase state change (purchased, refunded, etc.).]=], ["MOAIBillingAndroid.RESTORE_RESPONSE_RECEIVED"] = [=[Event code for restore purchases request receipt.]=], ["MOAIBillingAndroid.USER_ID_DETERMINED"] = [=[Event code for user ID request completion.]=], ["MOAIBillingAndroid.BILLING_PROVIDER_GOOGLE"] = [=[Provider code for Google Play.]=], ["MOAIBillingAndroid.BILLING_PROVIDER_AMAZON"] = [=[Provider code for Amazon.]=], ["MOAIBillingAndroid.BILLING_RESULT_SUCCESS"] = [=[Error code for a successful billing request.]=], ["MOAIBillingAndroid.BILLING_RESULT_USER_CANCELED"] = [=[Error code for a billing request canceled by the user, if detected.]=], ["MOAIBillingAndroid.BILLING_RESULT_BILLING_UNAVAILABLE"] = [=[Error code for a billing request attempted with no billing provider present.]=], ["MOAIBillingAndroid.BILLING_RESULT_ITEM_UNAVAILABLE"] = [=[Error code for a billing request for an unavailable item.]=], ["MOAIBillingAndroid.BILLING_RESULT_ERROR"] = [=[Error code for a billing request error.]=], ["MOAIBillingAndroid.BILLING_PURCHASE_STATE_ITEM_PURCHASED"] = [=[Purchase state code for a successfully purchased item.]=], ["MOAIBillingAndroid.BILLING_PURCHASE_STATE_PURCHASE_CANCELED"] = [=[Purchase state code for a canceled purchase.]=], ["MOAIBillingAndroid.BILLING_PURCHASE_STATE_ITEM_REFUNDED"] = [=[Purchase state code for a refunded/revoked purchase.]=], ["MOAIBillingAndroid.checkBillingSupported"] = {[=[]=], [=[class_m_o_a_i_billing_android.html#a093a969eac5fc1eabed99f63159a8bdc]=]}, ["MOAIBillingAndroid.confirmNotification"] = {[=[]=], [=[class_m_o_a_i_billing_android.html#a49a7599347895b9a855d4b58bc7feb50]=]}, ["MOAIBillingAndroid.getUserId"] = {[=[]=], [=[class_m_o_a_i_billing_android.html#a622825e519f3b9ad67b185e1de8ff561]=]}, ["MOAIBillingAndroid.requestPurchase"] = {[=[]=], [=[class_m_o_a_i_billing_android.html#a3cbc417999aace2f2a7a7f93cdfece2c]=]}, ["MOAIBillingAndroid.restoreTransactions"] = {[=[]=], [=[class_m_o_a_i_billing_android.html#aa709bde27e3753d599b53df3579c4657]=]}, ["MOAIBillingAndroid.setBillingProvider"] = {[=[]=], [=[class_m_o_a_i_billing_android.html#a64b7d946ac6b8e6f4d6826a3d169e8a1]=]}, ["MOAIBillingAndroid.setPublicKey"] = {[=[]=], [=[class_m_o_a_i_billing_android.html#acc1418317aea18679ec9b6e110142c8d]=]}, MOAIBitmapFontReader = [=[]=], ["MOAIBitmapFontReader.loadPage"] = {[=[]=], [=[class_m_o_a_i_bitmap_font_reader.html#a283ef3233a6aa50005c3647c1e63b007]=]}, MOAIBox2DArbiter = [=[Box2D Arbiter.]=], ["MOAIBox2DArbiter.getContactNormal"] = {[=[]=], [=[class_m_o_a_i_box2_d_arbiter.html#ab43fe990b8d7e3939275d8e5b30e5ced]=]}, ["MOAIBox2DArbiter.getNormalImpulse"] = {[=[]=], [=[class_m_o_a_i_box2_d_arbiter.html#a76f402d3184570a961d16f4ad28aca0f]=]}, ["MOAIBox2DArbiter.getTangentImpulse"] = {[=[]=], [=[class_m_o_a_i_box2_d_arbiter.html#a27787f3461d36e34077c1d6aed9c880e]=]}, ["MOAIBox2DArbiter.setContactEnabled"] = {[=[]=], [=[class_m_o_a_i_box2_d_arbiter.html#a6cd7f4bdc1e71ea206fb6b7e074cd2c6]=]}, MOAIBox2DBody = [=[Box2D body.]=], ["MOAIBox2DBody.addCircle"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#ab4d0d3524fa4588d55364fc0896c38d8]=]}, ["MOAIBox2DBody.addEdges"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a8b9be9022fff4551acdaa474764c7380]=]}, ["MOAIBox2DBody.addPolygon"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a6228b584b8ca2dfac351b83679851eb2]=]}, ["MOAIBox2DBody.addRect"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#aef8dd17c8b401aafdb7f8b80b7bdebb2]=]}, ["MOAIBox2DBody.applyAngularImpulse"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a6b1451724c6866bcec86e76bd2170131]=]}, ["MOAIBox2DBody.applyForce"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a01996cc3ea7b24b7e391eaf22fe067b8]=]}, ["MOAIBox2DBody.applyLinearImpulse"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a2689dcf3bd1e90c8f545c0e463e2d023]=]}, ["MOAIBox2DBody.applyTorque"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a64a04d54dcfdb015de459442d8edf180]=]}, ["MOAIBox2DBody.destroy"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a6c97b4f8c35c581f15a53f0a1ede1ccc]=]}, ["MOAIBox2DBody.getAngle"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a3d4f5b42e3f79867f31da237dc6b9ca6]=]}, ["MOAIBox2DBody.getAngularVelocity"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a3e493cff496816373f8771dfa0935ed7]=]}, ["MOAIBox2DBody.getInertia"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#aef2a8dd3cc5247996204a097413c8a9d]=]}, ["MOAIBox2DBody.getLinearVelocity"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a89c733358d967809ab3acaace63f06e7]=]}, ["MOAIBox2DBody.getLocalCenter"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a17e511dffc8199d621d7d6f27f76d07f]=]}, ["MOAIBox2DBody.getMass"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a7c73a5c68b76a2543ca47d846329d759]=]}, ["MOAIBox2DBody.getPosition"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a0678181d67dd40af9fc6741735fd02bb]=]}, ["MOAIBox2DBody.getWorldCenter"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a3e7923f2242cfa313e9b13255d8cf934]=]}, ["MOAIBox2DBody.getWorldDir"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#aa74f8dd96ec1b9831e4e83bac2d14589]=]}, ["MOAIBox2DBody.getWorldLoc"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#a7146339798a8adb67462ac7bea87e4e3]=]}, ["MOAIBox2DBody.getWorldRot"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#abd51e63670b76ec86eecb973afafae2a]=]}, ["MOAIBox2DBody.getWorldScl"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#ab4ff07495fe7bcfea00e5f2e503889ef]=]}, ["MOAIBox2DBody.isActive"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#ae7842bbaea81be4b8c75bc893c3920e2]=]}, ["MOAIBox2DBody.isAwake"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#add6f5a0d738384210481f50a3b2fbbf1]=]}, ["MOAIBox2DBody.isBullet"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#ab8736afa5afb7099bd638ad40b915a7d]=]}, ["MOAIBox2DBody.isFixedRotation"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a22050f9d352c623fdc50e5e56b563838]=]}, ["MOAIBox2DBody.resetMassData"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a9bc61d69e1c3294055ef1498996a4f40]=]}, ["MOAIBox2DBody.setActive"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a6ec1771886d6b4df5971a77310ec586e]=]}, ["MOAIBox2DBody.setAngularDamping"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a43edc70cf182c526db7ce3fdb169a00f]=]}, ["MOAIBox2DBody.setAngularVelocity"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a50ba0db725a04ace82d382807a76ed94]=]}, ["MOAIBox2DBody.setAwake"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#adaf81e29a9a8653df9bc842bfcab3be6]=]}, ["MOAIBox2DBody.setBullet"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a96277b7e15975d472830a0ea326ca307]=]}, ["MOAIBox2DBody.setFixedRotation"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a811b3b7995156bf50454de059ceb7baf]=]}, ["MOAIBox2DBody.setLinearDamping"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#a0a679414f4f660ec2094c827780c8feb]=]}, ["MOAIBox2DBody.setLinearVelocity"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#aa5051a9c40f129911d9f210c0b30ee43]=]}, ["MOAIBox2DBody.setMassData"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#ad5b9ce0638f24c0ca6a7617873c066b6]=]}, ["MOAIBox2DBody.setTransform"] = {[=[]=], [=[class_m_o_a_i_box2_d_body.html#ab0a298f298801cf1c2d54b13afb7567a]=]}, MOAIBox2DDistanceJoint = [=[Box2D distance joint]=], ["MOAIBox2DDistanceJoint.destroy"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a7d1fb4ce4368c300c747a910f2f397b5]=]}, ["MOAIBox2DDistanceJoint.getAnchorA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a26d4a244043b64e70082ee5468472031]=]}, ["MOAIBox2DDistanceJoint.getAnchorB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a863eca0344a28c587094be6f4f6b2024]=]}, ["MOAIBox2DDistanceJoint.getBodyA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a8ca2543f2ec7bae85828bdd3eb0aeb1e]=]}, ["MOAIBox2DDistanceJoint.getBodyB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#ad0f9afe3f646cafc243d74cbe5fde403]=]}, ["MOAIBox2DDistanceJoint.getDampingRatio"] = {[=[]=], [=[class_m_o_a_i_box2_d_distance_joint.html#a6116e8f7a1ce7185a925a776951668c1]=]}, ["MOAIBox2DDistanceJoint.getFrequency"] = {[=[]=], [=[class_m_o_a_i_box2_d_distance_joint.html#ad0d1233bed847a7ada126a0788bc1db4]=]}, ["MOAIBox2DDistanceJoint.getLength"] = {[=[]=], [=[class_m_o_a_i_box2_d_distance_joint.html#a44bd110d7d946064b4831fe44d8af7c2]=]}, ["MOAIBox2DDistanceJoint.getReactionForce"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a4340ed50487cb83559d6e188f0b50510]=]}, ["MOAIBox2DDistanceJoint.getReactionTorque"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a18f9758d870d21cb41607327bac5c8bc]=]}, ["MOAIBox2DDistanceJoint.setDampingRatio"] = {[=[]=], [=[class_m_o_a_i_box2_d_distance_joint.html#a2c83f6d8a896760a8d25f6800384baf2]=]}, ["MOAIBox2DDistanceJoint.setFrequency"] = {[=[]=], [=[class_m_o_a_i_box2_d_distance_joint.html#a0b0671d23031414406828a5dcc34061f]=]}, ["MOAIBox2DDistanceJoint.setLength"] = {[=[]=], [=[class_m_o_a_i_box2_d_distance_joint.html#a3d85f21feb6103c8071998619c44e324]=]}, MOAIBox2DFixture = [=[Box2D fixture]=], ["MOAIBox2DFixture.destroy"] = {[=[]=], [=[class_m_o_a_i_box2_d_fixture.html#ac5a76ea95333fead415d8fc2fecaa891]=]}, ["MOAIBox2DFixture.getBody"] = {[=[]=], [=[class_m_o_a_i_box2_d_fixture.html#af1c5795c79726e782f71fed91b659732]=]}, ["MOAIBox2DFixture.getFilter"] = {[=[]=], [=[class_m_o_a_i_box2_d_fixture.html#a48bd95a540cab4b857ea2411fa6899f4]=]}, ["MOAIBox2DFixture.setCollisionHandler"] = {[=[]=], [=[class_m_o_a_i_box2_d_fixture.html#a693a608fc6645b170d067845dd1a9c20]=]}, ["MOAIBox2DFixture.setDensity"] = {[=[]=], [=[class_m_o_a_i_box2_d_fixture.html#a3b1578482666958a0c765131ea7a8816]=]}, ["MOAIBox2DFixture.setFilter"] = {[=[]=], [=[class_m_o_a_i_box2_d_fixture.html#a7d02be60e36bf9c1b08f36116f00b353]=]}, ["MOAIBox2DFixture.setFriction"] = {[=[]=], [=[class_m_o_a_i_box2_d_fixture.html#a4adda8bac674c80f203b57ca74916008]=]}, ["MOAIBox2DFixture.setRestitution"] = {[=[]=], [=[class_m_o_a_i_box2_d_fixture.html#ab355520925be0957b359ef4511cd4b1b]=]}, ["MOAIBox2DFixture.setSensor"] = {[=[]=], [=[class_m_o_a_i_box2_d_fixture.html#a1a138ffe12a999bec09008b6675cad1a]=]}, MOAIBox2DFrictionJoint = [=[Box2D friction joint]=], ["MOAIBox2DFrictionJoint.destroy"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a7d1fb4ce4368c300c747a910f2f397b5]=]}, ["MOAIBox2DFrictionJoint.getAnchorA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a26d4a244043b64e70082ee5468472031]=]}, ["MOAIBox2DFrictionJoint.getAnchorB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a863eca0344a28c587094be6f4f6b2024]=]}, ["MOAIBox2DFrictionJoint.getBodyA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a8ca2543f2ec7bae85828bdd3eb0aeb1e]=]}, ["MOAIBox2DFrictionJoint.getBodyB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#ad0f9afe3f646cafc243d74cbe5fde403]=]}, ["MOAIBox2DFrictionJoint.getMaxForce"] = {[=[]=], [=[class_m_o_a_i_box2_d_friction_joint.html#a8f25ea860701254891ff6a30574ca041]=]}, ["MOAIBox2DFrictionJoint.getMaxTorque"] = {[=[]=], [=[class_m_o_a_i_box2_d_friction_joint.html#a493da29c53c5382b0e90281cdbc82e77]=]}, ["MOAIBox2DFrictionJoint.getReactionForce"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a4340ed50487cb83559d6e188f0b50510]=]}, ["MOAIBox2DFrictionJoint.getReactionTorque"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a18f9758d870d21cb41607327bac5c8bc]=]}, ["MOAIBox2DFrictionJoint.setMaxForce"] = {[=[]=], [=[class_m_o_a_i_box2_d_friction_joint.html#accd674331ccb3602e81bd8a7a03a9f39]=]}, ["MOAIBox2DFrictionJoint.setMaxTorque"] = {[=[]=], [=[class_m_o_a_i_box2_d_friction_joint.html#a340e16b8d66701411c3086a74e71d5af]=]}, MOAIBox2DGearJoint = [=[Box2D gear joint]=], ["MOAIBox2DGearJoint.destroy"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a7d1fb4ce4368c300c747a910f2f397b5]=]}, ["MOAIBox2DGearJoint.getAnchorA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a26d4a244043b64e70082ee5468472031]=]}, ["MOAIBox2DGearJoint.getAnchorB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a863eca0344a28c587094be6f4f6b2024]=]}, ["MOAIBox2DGearJoint.getBodyA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a8ca2543f2ec7bae85828bdd3eb0aeb1e]=]}, ["MOAIBox2DGearJoint.getBodyB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#ad0f9afe3f646cafc243d74cbe5fde403]=]}, ["MOAIBox2DGearJoint.getJointA"] = {[=[]=], [=[class_m_o_a_i_box2_d_gear_joint.html#a5f01686600e75680b4bb5aac8fd8fa04]=]}, ["MOAIBox2DGearJoint.getJointB"] = {[=[]=], [=[class_m_o_a_i_box2_d_gear_joint.html#af0d3842dc1872590d3930d7c8b058e76]=]}, ["MOAIBox2DGearJoint.getRatio"] = {[=[]=], [=[class_m_o_a_i_box2_d_gear_joint.html#acf6dc92f353e67a1b3c93af5c2d03eaa]=]}, ["MOAIBox2DGearJoint.getReactionForce"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a4340ed50487cb83559d6e188f0b50510]=]}, ["MOAIBox2DGearJoint.getReactionTorque"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a18f9758d870d21cb41607327bac5c8bc]=]}, ["MOAIBox2DGearJoint.setRatio"] = {[=[]=], [=[class_m_o_a_i_box2_d_gear_joint.html#aef2f45b7cb8ab609fd872e7e8d29960b]=]}, MOAIBox2DJoint = [=[Box2D joint]=], ["MOAIBox2DJoint.destroy"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a7d1fb4ce4368c300c747a910f2f397b5]=]}, ["MOAIBox2DJoint.getAnchorA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a26d4a244043b64e70082ee5468472031]=]}, ["MOAIBox2DJoint.getAnchorB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a863eca0344a28c587094be6f4f6b2024]=]}, ["MOAIBox2DJoint.getBodyA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a8ca2543f2ec7bae85828bdd3eb0aeb1e]=]}, ["MOAIBox2DJoint.getBodyB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#ad0f9afe3f646cafc243d74cbe5fde403]=]}, ["MOAIBox2DJoint.getReactionForce"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a4340ed50487cb83559d6e188f0b50510]=]}, ["MOAIBox2DJoint.getReactionTorque"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a18f9758d870d21cb41607327bac5c8bc]=]}, MOAIBox2DMouseJoint = [=[Box2D 'mouse' joint]=], ["MOAIBox2DMouseJoint.destroy"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a7d1fb4ce4368c300c747a910f2f397b5]=]}, ["MOAIBox2DMouseJoint.getAnchorA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a26d4a244043b64e70082ee5468472031]=]}, ["MOAIBox2DMouseJoint.getAnchorB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a863eca0344a28c587094be6f4f6b2024]=]}, ["MOAIBox2DMouseJoint.getBodyA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a8ca2543f2ec7bae85828bdd3eb0aeb1e]=]}, ["MOAIBox2DMouseJoint.getBodyB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#ad0f9afe3f646cafc243d74cbe5fde403]=]}, ["MOAIBox2DMouseJoint.getDampingRatio"] = {[=[]=], [=[class_m_o_a_i_box2_d_mouse_joint.html#a2d8a60cf2afeffbafb75702d9d9cb802]=]}, ["MOAIBox2DMouseJoint.getFrequency"] = {[=[]=], [=[class_m_o_a_i_box2_d_mouse_joint.html#af9af7a3a55547b0840d709d94b00ae6b]=]}, ["MOAIBox2DMouseJoint.getMaxForce"] = {[=[]=], [=[class_m_o_a_i_box2_d_mouse_joint.html#a7bb152b969904c13afc8fc73276eb41c]=]}, ["MOAIBox2DMouseJoint.getReactionForce"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a4340ed50487cb83559d6e188f0b50510]=]}, ["MOAIBox2DMouseJoint.getReactionTorque"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a18f9758d870d21cb41607327bac5c8bc]=]}, ["MOAIBox2DMouseJoint.getTarget"] = {[=[]=], [=[class_m_o_a_i_box2_d_mouse_joint.html#aa12c2b85a9dd748b0df8335c04baeda7]=]}, ["MOAIBox2DMouseJoint.setDampingRatio"] = {[=[]=], [=[class_m_o_a_i_box2_d_mouse_joint.html#a1676db24c020e1d3f5964112dd7ddbec]=]}, ["MOAIBox2DMouseJoint.setFrequency"] = {[=[]=], [=[class_m_o_a_i_box2_d_mouse_joint.html#ae2717584a33f3c82acabc4a0ce30e736]=]}, ["MOAIBox2DMouseJoint.setMaxForce"] = {[=[]=], [=[class_m_o_a_i_box2_d_mouse_joint.html#a0e7247bf7fd0c0b9b459f8aecd6ece4f]=]}, ["MOAIBox2DMouseJoint.setTarget"] = {[=[]=], [=[class_m_o_a_i_box2_d_mouse_joint.html#add10cf120b85148a7b906c025d257c7c]=]}, MOAIBox2DPrismaticJoint = [=[Box2D prismatic joint]=], ["MOAIBox2DPrismaticJoint.destroy"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a7d1fb4ce4368c300c747a910f2f397b5]=]}, ["MOAIBox2DPrismaticJoint.getAnchorA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a26d4a244043b64e70082ee5468472031]=]}, ["MOAIBox2DPrismaticJoint.getAnchorB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a863eca0344a28c587094be6f4f6b2024]=]}, ["MOAIBox2DPrismaticJoint.getBodyA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a8ca2543f2ec7bae85828bdd3eb0aeb1e]=]}, ["MOAIBox2DPrismaticJoint.getBodyB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#ad0f9afe3f646cafc243d74cbe5fde403]=]}, ["MOAIBox2DPrismaticJoint.getJointSpeed"] = {[=[]=], [=[class_m_o_a_i_box2_d_prismatic_joint.html#a58e02bbc25b78a8895c78aaa74c7bb84]=]}, ["MOAIBox2DPrismaticJoint.getJointTranslation"] = {[=[]=], [=[class_m_o_a_i_box2_d_prismatic_joint.html#ad95df5e0f2e360e398c82f626ad27c04]=]}, ["MOAIBox2DPrismaticJoint.getLowerLimit"] = {[=[]=], [=[class_m_o_a_i_box2_d_prismatic_joint.html#a62f630cbe86b4448a956506a700a48c5]=]}, ["MOAIBox2DPrismaticJoint.getMotorForce"] = {[=[]=], [=[class_m_o_a_i_box2_d_prismatic_joint.html#aafe888f6707ad2f659a5a1ab66daca1f]=]}, ["MOAIBox2DPrismaticJoint.getMotorSpeed"] = {[=[]=], [=[class_m_o_a_i_box2_d_prismatic_joint.html#abbc5077cd8827df1d50169b36bb3cd4b]=]}, ["MOAIBox2DPrismaticJoint.getReactionForce"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a4340ed50487cb83559d6e188f0b50510]=]}, ["MOAIBox2DPrismaticJoint.getReactionTorque"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a18f9758d870d21cb41607327bac5c8bc]=]}, ["MOAIBox2DPrismaticJoint.getUpperLimit"] = {[=[]=], [=[class_m_o_a_i_box2_d_prismatic_joint.html#a7908f39814ed92b9b538f669b54394b6]=]}, ["MOAIBox2DPrismaticJoint.isLimitEnabled"] = {[=[]=], [=[class_m_o_a_i_box2_d_prismatic_joint.html#ae174af6453dd13289b794eb7e987a043]=]}, ["MOAIBox2DPrismaticJoint.isMotorEnabled"] = {[=[]=], [=[class_m_o_a_i_box2_d_prismatic_joint.html#a3b9c9d4d5eb98480c88c574bc31f39e7]=]}, ["MOAIBox2DPrismaticJoint.setLimit"] = {[=[]=], [=[class_m_o_a_i_box2_d_prismatic_joint.html#a0bdb802159842741b875dbc54b9b5d66]=]}, ["MOAIBox2DPrismaticJoint.setLimitEnabled"] = {[=[]=], [=[class_m_o_a_i_box2_d_prismatic_joint.html#aaaae2d209280c863832fe292ad596240]=]}, ["MOAIBox2DPrismaticJoint.setMaxMotorForce"] = {[=[]=], [=[class_m_o_a_i_box2_d_prismatic_joint.html#a5e9a09da25c736e12e36b1f6ae93c872]=]}, ["MOAIBox2DPrismaticJoint.setMotor"] = {[=[]=], [=[class_m_o_a_i_box2_d_prismatic_joint.html#a69e29882950993fd9fae0502f9741d92]=]}, ["MOAIBox2DPrismaticJoint.setMotorEnabled"] = {[=[]=], [=[class_m_o_a_i_box2_d_prismatic_joint.html#abb7fd6be3e52da38d88600d6cd9726fb]=]}, ["MOAIBox2DPrismaticJoint.setMotorSpeed"] = {[=[]=], [=[class_m_o_a_i_box2_d_prismatic_joint.html#a540bc0f76eb473d3cd2fb9a6444b7892]=]}, MOAIBox2DPulleyJoint = [=[Box2D pulley joint]=], ["MOAIBox2DPulleyJoint.destroy"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a7d1fb4ce4368c300c747a910f2f397b5]=]}, ["MOAIBox2DPulleyJoint.getAnchorA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a26d4a244043b64e70082ee5468472031]=]}, ["MOAIBox2DPulleyJoint.getAnchorB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a863eca0344a28c587094be6f4f6b2024]=]}, ["MOAIBox2DPulleyJoint.getBodyA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a8ca2543f2ec7bae85828bdd3eb0aeb1e]=]}, ["MOAIBox2DPulleyJoint.getBodyB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#ad0f9afe3f646cafc243d74cbe5fde403]=]}, ["MOAIBox2DPulleyJoint.getGroundAnchorA"] = {[=[]=], [=[class_m_o_a_i_box2_d_pulley_joint.html#a3c358bbf298474256453ef89ee6bc164]=]}, ["MOAIBox2DPulleyJoint.getGroundAnchorB"] = {[=[]=], [=[class_m_o_a_i_box2_d_pulley_joint.html#a0d84c099633880305fcafad731c52426]=]}, ["MOAIBox2DPulleyJoint.getLength1"] = {[=[]=], [=[class_m_o_a_i_box2_d_pulley_joint.html#abb67b880f2f57cce3589dcb807d7677b]=]}, ["MOAIBox2DPulleyJoint.getLength2"] = {[=[]=], [=[class_m_o_a_i_box2_d_pulley_joint.html#a9ad7d305ec2d3586d5f4b616c81546a9]=]}, ["MOAIBox2DPulleyJoint.getRatio"] = {[=[]=], [=[class_m_o_a_i_box2_d_pulley_joint.html#a2a42054b1e6106f07e9e3e01e4342605]=]}, ["MOAIBox2DPulleyJoint.getReactionForce"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a4340ed50487cb83559d6e188f0b50510]=]}, ["MOAIBox2DPulleyJoint.getReactionTorque"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a18f9758d870d21cb41607327bac5c8bc]=]}, MOAIBox2DRevoluteJoint = [=[Box2D revolute joint]=], ["MOAIBox2DRevoluteJoint.destroy"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a7d1fb4ce4368c300c747a910f2f397b5]=]}, ["MOAIBox2DRevoluteJoint.getAnchorA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a26d4a244043b64e70082ee5468472031]=]}, ["MOAIBox2DRevoluteJoint.getAnchorB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a863eca0344a28c587094be6f4f6b2024]=]}, ["MOAIBox2DRevoluteJoint.getBodyA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a8ca2543f2ec7bae85828bdd3eb0aeb1e]=]}, ["MOAIBox2DRevoluteJoint.getBodyB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#ad0f9afe3f646cafc243d74cbe5fde403]=]}, ["MOAIBox2DRevoluteJoint.getJointAngle"] = {[=[]=], [=[class_m_o_a_i_box2_d_revolute_joint.html#a825ac5c3635c08cb469a44d2631c5d42]=]}, ["MOAIBox2DRevoluteJoint.getJointSpeed"] = {[=[]=], [=[class_m_o_a_i_box2_d_revolute_joint.html#a418b634899cdd737d29f2e403d10d935]=]}, ["MOAIBox2DRevoluteJoint.getLowerLimit"] = {[=[]=], [=[class_m_o_a_i_box2_d_revolute_joint.html#a0b33dd612b7d094d6676eb82f36c9972]=]}, ["MOAIBox2DRevoluteJoint.getMotorSpeed"] = {[=[]=], [=[class_m_o_a_i_box2_d_revolute_joint.html#ad284abdbeaffb8f8bcfffd6e203f7a1e]=]}, ["MOAIBox2DRevoluteJoint.getMotorTorque"] = {[=[]=], [=[class_m_o_a_i_box2_d_revolute_joint.html#a2aa5221d5cc48ab7e6f6685154be5e7a]=]}, ["MOAIBox2DRevoluteJoint.getReactionForce"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a4340ed50487cb83559d6e188f0b50510]=]}, ["MOAIBox2DRevoluteJoint.getReactionTorque"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a18f9758d870d21cb41607327bac5c8bc]=]}, ["MOAIBox2DRevoluteJoint.getUpperLimit"] = {[=[]=], [=[class_m_o_a_i_box2_d_revolute_joint.html#a6a250b0f6c6d2edf9e23aeb1d4eefcbf]=]}, ["MOAIBox2DRevoluteJoint.isLimitEnabled"] = {[=[]=], [=[class_m_o_a_i_box2_d_revolute_joint.html#a8b87e090cfe967ed1d62c5c1d4fca187]=]}, ["MOAIBox2DRevoluteJoint.isMotorEnabled"] = {[=[]=], [=[class_m_o_a_i_box2_d_revolute_joint.html#acfb156925dc686f8f896aa5503da06fd]=]}, ["MOAIBox2DRevoluteJoint.setLimit"] = {[=[]=], [=[class_m_o_a_i_box2_d_revolute_joint.html#a3aec83cf86ac32a90ad2000b13a7a2b2]=]}, ["MOAIBox2DRevoluteJoint.setLimitEnabled"] = {[=[]=], [=[class_m_o_a_i_box2_d_revolute_joint.html#af71b79edff2ff77f4f71303febd223f4]=]}, ["MOAIBox2DRevoluteJoint.setMaxMotorTorque"] = {[=[]=], [=[class_m_o_a_i_box2_d_revolute_joint.html#aee1a0acf2522e4fb5a4c8a11dce698fc]=]}, ["MOAIBox2DRevoluteJoint.setMotor"] = {[=[]=], [=[class_m_o_a_i_box2_d_revolute_joint.html#a86a375cdf393d930a732e6246d3c0b40]=]}, ["MOAIBox2DRevoluteJoint.setMotorEnabled"] = {[=[]=], [=[class_m_o_a_i_box2_d_revolute_joint.html#a13c2b341fcf276477e9cafe3f56ea3c4]=]}, ["MOAIBox2DRevoluteJoint.setMotorSpeed"] = {[=[]=], [=[class_m_o_a_i_box2_d_revolute_joint.html#accd9a831ebe77ce44ee014b99081dfe3]=]}, MOAIBox2DRopeJoint = [=[Box2D weld joint]=], ["MOAIBox2DRopeJoint.destroy"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a7d1fb4ce4368c300c747a910f2f397b5]=]}, ["MOAIBox2DRopeJoint.getAnchorA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a26d4a244043b64e70082ee5468472031]=]}, ["MOAIBox2DRopeJoint.getAnchorB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a863eca0344a28c587094be6f4f6b2024]=]}, ["MOAIBox2DRopeJoint.getBodyA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a8ca2543f2ec7bae85828bdd3eb0aeb1e]=]}, ["MOAIBox2DRopeJoint.getBodyB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#ad0f9afe3f646cafc243d74cbe5fde403]=]}, ["MOAIBox2DRopeJoint.getLimitState"] = {[=[]=], [=[class_m_o_a_i_box2_d_rope_joint.html#a52a6c0d301ef06f2033a814aac83374d]=]}, ["MOAIBox2DRopeJoint.getMaxLength"] = {[=[]=], [=[class_m_o_a_i_box2_d_rope_joint.html#a446c37a16750b6b109ab92fab9ef495b]=]}, ["MOAIBox2DRopeJoint.getReactionForce"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a4340ed50487cb83559d6e188f0b50510]=]}, ["MOAIBox2DRopeJoint.getReactionTorque"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a18f9758d870d21cb41607327bac5c8bc]=]}, ["MOAIBox2DRopeJoint.setMaxLength"] = {[=[]=], [=[class_m_o_a_i_box2_d_rope_joint.html#ac1f457a90c595814b01dd52ff3152a19]=]}, MOAIBox2DWeldJoint = [=[Box2D weld joint]=], ["MOAIBox2DWeldJoint.destroy"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a7d1fb4ce4368c300c747a910f2f397b5]=]}, ["MOAIBox2DWeldJoint.getAnchorA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a26d4a244043b64e70082ee5468472031]=]}, ["MOAIBox2DWeldJoint.getAnchorB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a863eca0344a28c587094be6f4f6b2024]=]}, ["MOAIBox2DWeldJoint.getBodyA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a8ca2543f2ec7bae85828bdd3eb0aeb1e]=]}, ["MOAIBox2DWeldJoint.getBodyB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#ad0f9afe3f646cafc243d74cbe5fde403]=]}, ["MOAIBox2DWeldJoint.getReactionForce"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a4340ed50487cb83559d6e188f0b50510]=]}, ["MOAIBox2DWeldJoint.getReactionTorque"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a18f9758d870d21cb41607327bac5c8bc]=]}, MOAIBox2DWheelJoint = [=[Box2D weld joint]=], ["MOAIBox2DWheelJoint.destroy"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a7d1fb4ce4368c300c747a910f2f397b5]=]}, ["MOAIBox2DWheelJoint.getAnchorA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a26d4a244043b64e70082ee5468472031]=]}, ["MOAIBox2DWheelJoint.getAnchorB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a863eca0344a28c587094be6f4f6b2024]=]}, ["MOAIBox2DWheelJoint.getBodyA"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a8ca2543f2ec7bae85828bdd3eb0aeb1e]=]}, ["MOAIBox2DWheelJoint.getBodyB"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#ad0f9afe3f646cafc243d74cbe5fde403]=]}, ["MOAIBox2DWheelJoint.getJointSpeed"] = {[=[]=], [=[class_m_o_a_i_box2_d_wheel_joint.html#aea66cedd4c3b8d53358ede4a29d8aa03]=]}, ["MOAIBox2DWheelJoint.getJointTranslation"] = {[=[]=], [=[class_m_o_a_i_box2_d_wheel_joint.html#ae5423aa50d56b4fd12983c11b009134d]=]}, ["MOAIBox2DWheelJoint.getMaxMotorTorque"] = {[=[]=], [=[class_m_o_a_i_box2_d_wheel_joint.html#a4b24e872f2dd733f7154daf8d24cc9e5]=]}, ["MOAIBox2DWheelJoint.getMotorSpeed"] = {[=[]=], [=[class_m_o_a_i_box2_d_wheel_joint.html#ad42e5d6ea43cc823ce9a48c7ed9a2891]=]}, ["MOAIBox2DWheelJoint.getMotorTorque"] = {[=[]=], [=[class_m_o_a_i_box2_d_wheel_joint.html#ab90a2c8ad5d7486f39d5ebb7fab1462f]=]}, ["MOAIBox2DWheelJoint.getReactionForce"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a4340ed50487cb83559d6e188f0b50510]=]}, ["MOAIBox2DWheelJoint.getReactionTorque"] = {[=[]=], [=[class_m_o_a_i_box2_d_joint.html#a18f9758d870d21cb41607327bac5c8bc]=]}, ["MOAIBox2DWheelJoint.getSpringDampingRatio"] = {[=[]=], [=[class_m_o_a_i_box2_d_wheel_joint.html#a9a3f5bd76669f088e9ffc6bcf856526f]=]}, ["MOAIBox2DWheelJoint.getSpringFrequencyHz"] = {[=[]=], [=[class_m_o_a_i_box2_d_wheel_joint.html#afc32c82a33c1e8b25520e4f90cbf63ed]=]}, ["MOAIBox2DWheelJoint.isMotorEnabled"] = {[=[]=], [=[class_m_o_a_i_box2_d_wheel_joint.html#a32bd561a5624fe0d0d514f7926ba076e]=]}, ["MOAIBox2DWheelJoint.setMaxMotorTorque"] = {[=[]=], [=[class_m_o_a_i_box2_d_wheel_joint.html#a776529008131a9b174c1fc1384445653]=]}, ["MOAIBox2DWheelJoint.setMotor"] = {[=[]=], [=[class_m_o_a_i_box2_d_wheel_joint.html#a6609ebe9e664861411e05a5bdb363e9e]=]}, ["MOAIBox2DWheelJoint.setMotorEnabled"] = {[=[]=], [=[class_m_o_a_i_box2_d_wheel_joint.html#abd6614c26b0321775dbc307836bbba36]=]}, ["MOAIBox2DWheelJoint.setMotorSpeed"] = {[=[]=], [=[class_m_o_a_i_box2_d_wheel_joint.html#a34680287242322a2c1f3331b85f1df3b]=]}, ["MOAIBox2DWheelJoint.setSpringDampingRatio"] = {[=[]=], [=[class_m_o_a_i_box2_d_wheel_joint.html#ac113fd6a828b12a7e012d3c47fca05ce]=]}, ["MOAIBox2DWheelJoint.setSpringFrequencyHz"] = {[=[]=], [=[class_m_o_a_i_box2_d_wheel_joint.html#a7f0ac1c6ba37f6e75ead26c6bf93352f]=]}, MOAIBox2DWorld = [=[Box2D world.]=], ["MOAIBox2DWorld.addBody"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#aaf7c8cc91211676ded45d58e67d07fa9]=]}, ["MOAIBox2DWorld.addDistanceJoint"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#a4ecca776668698405287bd5f73943558]=]}, ["MOAIBox2DWorld.addFrictionJoint"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#a0e8c4f8663db1613925961095144977f]=]}, ["MOAIBox2DWorld.addGearJoint"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#acfa25a4eceb976dea3f8240d562ac7b3]=]}, ["MOAIBox2DWorld.addMouseJoint"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#afa2e83f332a125fa339a2b2270f9a4d0]=]}, ["MOAIBox2DWorld.addPrismaticJoint"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#a276b2e88f465d3ff61740da91bb21e76]=]}, ["MOAIBox2DWorld.addPulleyJoint"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#a61ae77372a66ab82f7bee8b76262907b]=]}, ["MOAIBox2DWorld.addRevoluteJoint"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#a59caf941c5cdc33218fa0b45e0283c4e]=]}, ["MOAIBox2DWorld.addRopeJoint"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#a547b7b3ac4112f0917fd0e47ae91f691]=]}, ["MOAIBox2DWorld.addWeldJoint"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#a8f6e781e41c330fb28cdd32c0566dfcf]=]}, ["MOAIBox2DWorld.addWheelJoint"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#a9ca0b054a6ce13361c708f81eeabdc6c]=]}, ["MOAIBox2DWorld.getAngularSleepTolerance"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#acd9ed1dd3711cc573df61f6b78481a4e]=]}, ["MOAIBox2DWorld.getAutoClearForces"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#a830ee5adf6d2fd1c8e8f0bc95b44d018]=]}, ["MOAIBox2DWorld.getGravity"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#af3419218896369b7156c70d9d79af5a0]=]}, ["MOAIBox2DWorld.getLinearSleepTolerance"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#a623532baec9c4feff003b98d7eb9cde2]=]}, ["MOAIBox2DWorld.getTimeToSleep"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#ac0dc79640d12738f0b6cc51edf63ce0d]=]}, ["MOAIBox2DWorld.setAngularSleepTolerance"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#aae52b98bccc6909f196eeeca250f910f]=]}, ["MOAIBox2DWorld.setAutoClearForces"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#a63a6e2ae9a1bdab473b4d7bfabf0efe4]=]}, ["MOAIBox2DWorld.setDebugDrawFlags"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#ace5f1d0d5d7cd5b043237527bd6ac97e]=]}, ["MOAIBox2DWorld.setGravity"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#a9e7b9e591adb57fe22cfb3131a19e448]=]}, ["MOAIBox2DWorld.setIterations"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#a8d870c1eed4de86a2cacd7858971da07]=]}, ["MOAIBox2DWorld.setLinearSleepTolerance"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#af283862b5df38a15275a17781560937d]=]}, ["MOAIBox2DWorld.setTimeToSleep"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#a1658269b820208fc63089fd8eca2ae23]=]}, ["MOAIBox2DWorld.setUnitsToMeters"] = {[=[]=], [=[class_m_o_a_i_box2_d_world.html#a3976b84b6fdee27ee4d79d5b21c50966]=]}, MOAIBreakpoint = [=[Internal breakpoint definition class]=], MOAIButtonSensor = [=[Button sensor]=], ["MOAIButtonSensor.down"] = {[=[]=], [=[class_m_o_a_i_button_sensor.html#a4c734825273c80a2cd3a09c8a34d58f2]=]}, ["MOAIButtonSensor.isDown"] = {[=[]=], [=[class_m_o_a_i_button_sensor.html#ab436f4083a02215d621588beda3f6b36]=]}, ["MOAIButtonSensor.isUp"] = {[=[]=], [=[class_m_o_a_i_button_sensor.html#a8f1acb14d038fa14ff5ffe4ef5f0e187]=]}, ["MOAIButtonSensor.setCallback"] = {[=[]=], [=[class_m_o_a_i_button_sensor.html#ab077b1b224783711346b2ab643f46a0f]=]}, ["MOAIButtonSensor.up"] = {[=[]=], [=[class_m_o_a_i_button_sensor.html#a4a0f2153efa2c52c8d595f664a3d5edd]=]}, MOAICamera = [=[Perspective or orthographic camera]=], ["MOAICamera.addLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1d95ecd8b324fb998dd6280da33eae8c]=]}, ["MOAICamera.addPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#ad7bbbf6dbda8efbd1ce6a89b4d344d53]=]}, ["MOAICamera.addRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e0e6f3a9d3086571bc2bec41cd67fea]=]}, ["MOAICamera.addScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aab03b4bc84ff1da7018ba669836b06e5]=]}, ["MOAICamera.getFarPlane"] = {[=[]=], [=[class_m_o_a_i_camera.html#a4941bf531a743308538c40a54e9a3ae9]=]}, ["MOAICamera.getFieldOfView"] = {[=[]=], [=[class_m_o_a_i_camera.html#a1059ba243053a05cbfdd07d10fd8aaa1]=]}, ["MOAICamera.getFocalLength"] = {[=[]=], [=[class_m_o_a_i_camera.html#ae8cab7ce531051ac99d9a8cbc82447e0]=]}, ["MOAICamera.getLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a2a84c9a30de57ba6904779ece1dd7883]=]}, ["MOAICamera.getNearPlane"] = {[=[]=], [=[class_m_o_a_i_camera.html#a9ddf0b24ee223c734ac5fe0f738fa717]=]}, ["MOAICamera.getPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#aedf30c9d6792bc2731ec1a5dffb8118f]=]}, ["MOAICamera.getRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a552429b6a3a9437e4107818559d2dcfd]=]}, ["MOAICamera.getScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#afbb907313b3f161417d11046e122c644]=]}, ["MOAICamera.getWorldDir"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#aa74f8dd96ec1b9831e4e83bac2d14589]=]}, ["MOAICamera.getWorldLoc"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#a7146339798a8adb67462ac7bea87e4e3]=]}, ["MOAICamera.getWorldRot"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#abd51e63670b76ec86eecb973afafae2a]=]}, ["MOAICamera.getWorldScl"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#ab4ff07495fe7bcfea00e5f2e503889ef]=]}, ["MOAICamera.modelToWorld"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa4ccc1ce2c967ec0849705e7a431d608]=]}, ["MOAICamera.move"] = {[=[]=], [=[class_m_o_a_i_transform.html#a5f0a181010b242cd53fe9c50a068f8df]=]}, ["MOAICamera.moveLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa742fa3239c5dcfa9592b896da44fb70]=]}, ["MOAICamera.movePiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a80fe4650dcc02139c9bdd329e8f08ea0]=]}, ["MOAICamera.moveRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6c61741169479f546159360ab41b7180]=]}, ["MOAICamera.moveScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae6a727e19767c253ed4d2ed5a6ceabff]=]}, ["MOAICamera.seek"] = {[=[]=], [=[class_m_o_a_i_transform.html#acaee6f1a5cea3ca57d6e7594023cf718]=]}, ["MOAICamera.seekLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae2aaa51c0e673b34d3e0b9d8e81071cb]=]}, ["MOAICamera.seekPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a014ad564f7406986eec7f55c1dada4bb]=]}, ["MOAICamera.seekRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#aecf206995242a1a00ab7a826df78db44]=]}, ["MOAICamera.seekScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aed613116af8f1e1d40e45737cb032312]=]}, ["MOAICamera.setFarPlane"] = {[=[]=], [=[class_m_o_a_i_camera.html#a723a23f641a83f3d56a01c1488f4c718]=]}, ["MOAICamera.setFieldOfView"] = {[=[]=], [=[class_m_o_a_i_camera.html#a52e5f6c46033ea3ee15ec479f6b8a26c]=]}, ["MOAICamera.setLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0a26e965fea3ac4d7fb9e8245e8dbbca]=]}, ["MOAICamera.setNearPlane"] = {[=[]=], [=[class_m_o_a_i_camera.html#a99d7b01167a21ce879e06631e3740bf6]=]}, ["MOAICamera.setOrtho"] = {[=[]=], [=[class_m_o_a_i_camera.html#a90198cc7c6627f35a402d837811a2480]=]}, ["MOAICamera.setParent"] = {[=[]=], [=[class_m_o_a_i_transform.html#ade884083513de1ef87979cf0de5f5b89]=]}, ["MOAICamera.setPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0ab70d88711062ae74fa60f1a59b4f21]=]}, ["MOAICamera.setRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a45cffdb38ba2028c1ba036f6e40bbc8e]=]}, ["MOAICamera.setScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1daf277717539ea6a5d061fa616eb0bb]=]}, ["MOAICamera.setShearByX"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e322ebebd418731855eeffa337295ef]=]}, ["MOAICamera.setShearByY"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6751452434926bd5421eff24b8ff6a42]=]}, ["MOAICamera.setShearByZ"] = {[=[]=], [=[class_m_o_a_i_transform.html#aacfbff64fe4e5eb4245d7598582fbb0c]=]}, ["MOAICamera.worldToModel"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6684f042aae150e821dfa50c35c097f0]=]}, MOAICamera2D = [=[2D camera]=], ["MOAICamera2D.addLoc"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a34771c207808995c983bcfacb43e52e6]=]}, ["MOAICamera2D.addPiv"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a986eebb850eb075f5b3eee7845d220d8]=]}, ["MOAICamera2D.addRot"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a12c6766cba3d4837ad2f908fc1396b24]=]}, ["MOAICamera2D.addScl"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#adc2004fb55aa44c9aa22a42d5a4e7edd]=]}, ["MOAICamera2D.getFarPlane"] = {[=[]=], [=[class_m_o_a_i_camera2_d.html#abf965f81d89c10b5f3ed2a51bbccef8b]=]}, ["MOAICamera2D.getLoc"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a22400e631257974bfb0b9e3c7e3d6bd5]=]}, ["MOAICamera2D.getNearPlane"] = {[=[]=], [=[class_m_o_a_i_camera2_d.html#aac6ea64f69e67f899843ae773b7eb645]=]}, ["MOAICamera2D.getPiv"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a52fbedf1bcac8c3469b1f01aa15b54d1]=]}, ["MOAICamera2D.getRot"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a0cbf9b7aaa273c54c5b14549081836e9]=]}, ["MOAICamera2D.getScl"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a08901ef30601e4f9d5f1b3dca8ef4d12]=]}, ["MOAICamera2D.getWorldDir"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#aa74f8dd96ec1b9831e4e83bac2d14589]=]}, ["MOAICamera2D.getWorldLoc"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#a7146339798a8adb67462ac7bea87e4e3]=]}, ["MOAICamera2D.getWorldRot"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#abd51e63670b76ec86eecb973afafae2a]=]}, ["MOAICamera2D.getWorldScl"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#ab4ff07495fe7bcfea00e5f2e503889ef]=]}, ["MOAICamera2D.modelToWorld"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#ac97f3ef5eae9cda33dd9c2f3c2bee2ec]=]}, ["MOAICamera2D.move"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a703238a99b7ca35c859bc1fdd76a9184]=]}, ["MOAICamera2D.moveLoc"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#acd24bff873fba8b018038ce04c9f5f88]=]}, ["MOAICamera2D.movePiv"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a446e3db7377a0d2bb7e1c06bfcff7e64]=]}, ["MOAICamera2D.moveRot"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#ade2136ff1eae1768f3822439c0e70810]=]}, ["MOAICamera2D.moveScl"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a7fe326ef7c8a4a6537edd312a1a0c2d1]=]}, ["MOAICamera2D.seek"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#aa7918b8f605b9de6c14f91b62db5f409]=]}, ["MOAICamera2D.seekLoc"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#ab34624ae895862c12af8090f530323ad]=]}, ["MOAICamera2D.seekPiv"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#abe524823923ede68c87a717e7648f777]=]}, ["MOAICamera2D.seekRot"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a2b6d6b49dc6d2c6c290e4bf41ec6caaf]=]}, ["MOAICamera2D.seekScl"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a679e8851a6743fbcfea1df2589173b3a]=]}, ["MOAICamera2D.setFarPlane"] = {[=[]=], [=[class_m_o_a_i_camera2_d.html#a5d42a1897a696d147df6a3647939fa20]=]}, ["MOAICamera2D.setLoc"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a127e63534b8cb2f4e4039fc353f2dc51]=]}, ["MOAICamera2D.setNearPlane"] = {[=[]=], [=[class_m_o_a_i_camera2_d.html#a90ace48b4b6bb0d0dee51cf7c8028ad9]=]}, ["MOAICamera2D.setParent"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#aa0cb5639ac6bed8e1c74677930055d98]=]}, ["MOAICamera2D.setPiv"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#abb6b327f54c2a9311dba6f319448d047]=]}, ["MOAICamera2D.setRot"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#ad1db6d6ced421380693d962192abaf9c]=]}, ["MOAICamera2D.setScl"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a1bfd891dd1c4421d8946d092a54d44df]=]}, ["MOAICamera2D.worldToModel"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a813d9eaec94392b3567cfb7e811b3e48]=]}, MOAICameraAnchor2D = [=[Attaches fitting information to a transform. Used by MOAICameraFitter2D]=], ["MOAICameraAnchor2D.setParent"] = {[=[]=], [=[class_m_o_a_i_camera_anchor2_d.html#a66b4b4c6097071a269fb29818163986c]=]}, ["MOAICameraAnchor2D.setRect"] = {[=[]=], [=[class_m_o_a_i_camera_anchor2_d.html#a470ad4f799beb1a4ac3fbef8a04e08ed]=]}, MOAICameraFitter2D = [=[Action to dynamically fit a camera transform to a set of targets given a viewport and world space constraints.]=], ["MOAICameraFitter2D.clearAnchors"] = {[=[]=], [=[class_m_o_a_i_camera_fitter2_d.html#a8a2083cebe5cfbf5667c6a52012a6eb4]=]}, ["MOAICameraFitter2D.clearFitMode"] = {[=[]=], [=[class_m_o_a_i_camera_fitter2_d.html#a412dd965924d227fef7dfbfd8aebd62d]=]}, ["MOAICameraFitter2D.getFitDistance"] = {[=[]=], [=[class_m_o_a_i_camera_fitter2_d.html#ac71b45ebc51126d076122038fbd8c7d8]=]}, ["MOAICameraFitter2D.getFitLoc"] = {[=[]=], [=[class_m_o_a_i_camera_fitter2_d.html#a00acfefd41da39f97938cd0d86c9de8b]=]}, ["MOAICameraFitter2D.getFitMode"] = {[=[]=], [=[class_m_o_a_i_camera_fitter2_d.html#aa1b9818c6f984dc03f0095e40fe0afa0]=]}, ["MOAICameraFitter2D.getFitScale"] = {[=[]=], [=[class_m_o_a_i_camera_fitter2_d.html#ad5c1d56f9ae09ac2c3a9bd51d824efca]=]}, ["MOAICameraFitter2D.getTargetLoc"] = {[=[]=], [=[class_m_o_a_i_camera_fitter2_d.html#a698952db28dd172017f9a464fa68f034]=]}, ["MOAICameraFitter2D.getTargetScale"] = {[=[]=], [=[class_m_o_a_i_camera_fitter2_d.html#ad23a34007ddb3cdb2a866ec4b87bc851]=]}, ["MOAICameraFitter2D.insertAnchor"] = {[=[]=], [=[class_m_o_a_i_camera_fitter2_d.html#aeb1ef0cbf2dc89cc0c3fac23ca5015ff]=]}, ["MOAICameraFitter2D.removeAnchor"] = {[=[]=], [=[class_m_o_a_i_camera_fitter2_d.html#a2c2a19c1e177e74222b2867a10b07c00]=]}, ["MOAICameraFitter2D.setBounds"] = {[=[]=], [=[class_m_o_a_i_camera_fitter2_d.html#a5bdb123e0a7a63f5dfcdad0881fdb07c]=]}, ["MOAICameraFitter2D.setCamera"] = {[=[]=], [=[class_m_o_a_i_camera_fitter2_d.html#a53ea335e9687568639dff712b236f8a0]=]}, ["MOAICameraFitter2D.setDamper"] = {[=[]=], [=[class_m_o_a_i_camera_fitter2_d.html#a9550007c01fc7267135ab336912c82e3]=]}, ["MOAICameraFitter2D.setFitLoc"] = {[=[]=], [=[class_m_o_a_i_camera_fitter2_d.html#a24e8950e5531018e82d3738750a45c88]=]}, ["MOAICameraFitter2D.setFitMode"] = {[=[]=], [=[class_m_o_a_i_camera_fitter2_d.html#a806fe892798479faee26aab71a9fc287]=]}, ["MOAICameraFitter2D.setFitScale"] = {[=[]=], [=[class_m_o_a_i_camera_fitter2_d.html#a5c8392d18e7111e53e58a4e065b604d1]=]}, ["MOAICameraFitter2D.setMin"] = {[=[]=], [=[class_m_o_a_i_camera_fitter2_d.html#ab2dd0bd050d1581cc406b7ad65a2eead]=]}, ["MOAICameraFitter2D.setViewport"] = {[=[]=], [=[class_m_o_a_i_camera_fitter2_d.html#ae498f037a175858909a4b5cdb0a9d7de]=]}, ["MOAICameraFitter2D.snapToTarget"] = {[=[]=], [=[class_m_o_a_i_camera_fitter2_d.html#a63865c985312a59b7f4a42f0f26e0bc8]=]}, MOAIColor = [=[Color vector with animation helper methods.]=], ["MOAIColor.moveColor"] = {[=[]=], [=[class_m_o_a_i_color.html#a04a45c7fac26dc38ecad468b6ecb6c42]=]}, ["MOAIColor.seekColor"] = {[=[]=], [=[class_m_o_a_i_color.html#ad65bf55d287cde9961adf426d3d92fa1]=]}, ["MOAIColor.setColor"] = {[=[]=], [=[class_m_o_a_i_color.html#ab3634e8f57dcb7322a31fe3440b569fe]=]}, ["MOAIColor.setParent"] = {[=[]=], [=[class_m_o_a_i_color.html#ad3fe6df43003c7f206a65567c10538a4]=]}, MOAICompassSensor = [=[Device heading sensor]=], ["MOAICompassSensor.getHeading"] = {[=[]=], [=[class_m_o_a_i_compass_sensor.html#a0d9514cbf4156353415e3aecb94008a2]=]}, ["MOAICompassSensor.setCallback"] = {[=[]=], [=[class_m_o_a_i_compass_sensor.html#acac9836f85af5cc4d224dd11992fbac1]=]}, MOAICoroutine = [=[Binds a Lua coroutine to a MOAIAction]=], ["MOAICoroutine.blockOnAction"] = {[=[]=], [=[class_m_o_a_i_coroutine.html#a00f1fe1b5db286b0762a500f93646faa]=]}, ["MOAICoroutine.currentThread"] = {[=[]=], [=[class_m_o_a_i_coroutine.html#aa5408070101008deb6fc32d71311396b]=]}, ["MOAICoroutine.run"] = {[=[]=], [=[class_m_o_a_i_coroutine.html#a82ee7e8d5f175a81e8270d8fb03c0d5b]=]}, MOAICp = [=[Singleton for Chipmunk global configuration]=], ["MOAICp.getBiasCoefficient"] = {[=[]=], [=[class_m_o_a_i_cp.html#a1f2462fbb641baa78590f9a5ca1675f3]=]}, ["MOAICp.getCollisionSlop"] = {[=[]=], [=[class_m_o_a_i_cp.html#a4376e895174522c696e9ae3c125e3464]=]}, ["MOAICp.getContactPersistence"] = {[=[]=], [=[class_m_o_a_i_cp.html#a7bd9d27dcaa7f6e4fdd60d6886936649]=]}, ["MOAICp.setBiasCoefficient"] = {[=[]=], [=[class_m_o_a_i_cp.html#ae1c76afba6cf5d06b20257347f31d0fe]=]}, ["MOAICp.setCollisionSlop"] = {[=[]=], [=[class_m_o_a_i_cp.html#a63a5bc3cd28d84d29f09a81ecefaaebe]=]}, ["MOAICp.setContactPersistence"] = {[=[]=], [=[class_m_o_a_i_cp.html#a79d181fafb94d1eddabf6a0eaeb4ab2d]=]}, MOAICpArbiter = [=[Chipmunk Arbiter]=], ["MOAICpArbiter.countContacts"] = {[=[]=], [=[class_m_o_a_i_cp_arbiter.html#a8b8e096ad47c865d2b2898de543a2167]=]}, ["MOAICpArbiter.getContactDepth"] = {[=[]=], [=[class_m_o_a_i_cp_arbiter.html#ab28534ab2d3337dc09fec2a4b95386ec]=]}, ["MOAICpArbiter.getContactNormal"] = {[=[]=], [=[class_m_o_a_i_cp_arbiter.html#a38b317f2b20978e09a50a4a6259807f7]=]}, ["MOAICpArbiter.getContactPoint"] = {[=[]=], [=[class_m_o_a_i_cp_arbiter.html#a103784f54aa3b0bfa767b134e50cfc6f]=]}, ["MOAICpArbiter.getTotalImpulse"] = {[=[]=], [=[class_m_o_a_i_cp_arbiter.html#a5b3af52df0f88355d2bfd87acac76b7c]=]}, ["MOAICpArbiter.getTotalImpulseWithFriction"] = {[=[]=], [=[class_m_o_a_i_cp_arbiter.html#a1302175530cf2635cab7c7f52504baff]=]}, ["MOAICpArbiter.isFirstContact"] = {[=[]=], [=[class_m_o_a_i_cp_arbiter.html#a40d33921fec4ffbcd3ce6d1132781ac6]=]}, MOAICpBody = [=[Chipmunk Body.]=], ["MOAICpBody.activate"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a20aef4301b7195050a7abf4a35950894]=]}, ["MOAICpBody.addCircle"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#aa6d83aec22be5fac9419960540956afb]=]}, ["MOAICpBody.addPolygon"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a88137993e9c8ba69c3947a7300888c03]=]}, ["MOAICpBody.addRect"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a24071f32688b223aece3ccfb9f5caffb]=]}, ["MOAICpBody.addSegment"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#ad31f3618dd0b5f6e3479aae67342bcfb]=]}, ["MOAICpBody.applyForce"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a23c33bb9f3521abad7458f78374a4aa6]=]}, ["MOAICpBody.applyImpulse"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a4c440e1a7fd811bfbd5e0d45e7767c06]=]}, ["MOAICpBody.getAngle"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a091317624fac566f2a937aac87c39cc8]=]}, ["MOAICpBody.getAngVel"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a830cd9e5ee913c59c05c32e56b51c4c7]=]}, ["MOAICpBody.getForce"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a13c016f1a30f693be27db8b56caa4ea2]=]}, ["MOAICpBody.getMass"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#ab18b40143fed579a4c4f361d831947b7]=]}, ["MOAICpBody.getMoment"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a9ff9235bc7fdcfa40003d2f80e42c18d]=]}, ["MOAICpBody.getPos"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#aec5a87448bfccadd98530644f3bc1d6c]=]}, ["MOAICpBody.getRot"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a592cb5546975a4efd325a97142672c7b]=]}, ["MOAICpBody.getTorque"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#abefd966344bcadddcc597770d00e5ffa]=]}, ["MOAICpBody.getVel"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#ae56832b4121b6fb3675e393084da5e51]=]}, ["MOAICpBody.getWorldDir"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#aa74f8dd96ec1b9831e4e83bac2d14589]=]}, ["MOAICpBody.getWorldLoc"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#a7146339798a8adb67462ac7bea87e4e3]=]}, ["MOAICpBody.getWorldRot"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#abd51e63670b76ec86eecb973afafae2a]=]}, ["MOAICpBody.getWorldScl"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#ab4ff07495fe7bcfea00e5f2e503889ef]=]}, ["MOAICpBody.isRogue"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a71f06db5a18e5269010bdda3a04fb906]=]}, ["MOAICpBody.isSleeping"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a7923f40266b301ef87c7a1a726b2da7f]=]}, ["MOAICpBody.isStatic"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a6f3d00a99477762548bde74ace0e627a]=]}, ["MOAICpBody.localToWorld"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a2025471e2f9d208f65aa81e9316b4f76]=]}, ["MOAICpBody.new"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a289fd1438385b2b3515ef906d0129fdd]=]}, ["MOAICpBody.newStatic"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a72828e46211a7cc4934c1f20f249fad9]=]}, ["MOAICpBody.resetForces"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a8b8ae3e917060971d3c2085f21abbaa6]=]}, ["MOAICpBody.setAngle"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a206bf51ddaab60a5f2bb28107851aa7e]=]}, ["MOAICpBody.setAngVel"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a8517638f641e8a8ac7b5a2c0893fdce6]=]}, ["MOAICpBody.setForce"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a1c9de393619eb7a924aff84b768bb2d1]=]}, ["MOAICpBody.setMass"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#aefa9c0f1ef064db833c725ba25016f2f]=]}, ["MOAICpBody.setMoment"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a90246e4537241a7bfc040ac9da4a12ca]=]}, ["MOAICpBody.setPos"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a1af16385937a6544c179808602df11e8]=]}, ["MOAICpBody.setRemoveFlag"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#ae9011251da1a3cd05c6fedd0a341ac57]=]}, ["MOAICpBody.setTorque"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a1ac4b83c292502e1d511e54bca3b3e2c]=]}, ["MOAICpBody.setVel"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#aa249bf5d6c14344f93c6f7c63dbc765c]=]}, ["MOAICpBody.sleep"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a3228079c7eaafe58a11d6d9cc999270f]=]}, ["MOAICpBody.sleepWithGroup"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#a8294c4910593e5e751f7266259cc148c]=]}, ["MOAICpBody.worldToLocal"] = {[=[]=], [=[class_m_o_a_i_cp_body.html#aace1a9e20bf8568364be009beb63c6c0]=]}, MOAICpConstraint = [=[Chipmunk Constraint]=], ["MOAICpConstraint.getBiasCoef"] = {[=[]=], [=[class_m_o_a_i_cp_constraint.html#a210ef5f8979f68c7bdba270a949b4722]=]}, ["MOAICpConstraint.getMaxBias"] = {[=[]=], [=[class_m_o_a_i_cp_constraint.html#a6d1663a9c5d272438cad59184db9e590]=]}, ["MOAICpConstraint.getMaxForce"] = {[=[]=], [=[class_m_o_a_i_cp_constraint.html#a62f53b100aef538a5a0634e5c559d1cc]=]}, ["MOAICpConstraint.newDampedRotarySpring"] = {[=[]=], [=[class_m_o_a_i_cp_constraint.html#a68bc473abad111ee7f924741c99afeaf]=]}, ["MOAICpConstraint.newDampedSpring"] = {[=[]=], [=[class_m_o_a_i_cp_constraint.html#a4fb7433279f95cfb01e22987b9490b3f]=]}, ["MOAICpConstraint.newGearJoint"] = {[=[]=], [=[class_m_o_a_i_cp_constraint.html#a975c88bd4e01f921131132f84588a1f4]=]}, ["MOAICpConstraint.newGrooveJoint"] = {[=[]=], [=[class_m_o_a_i_cp_constraint.html#adf8449fe2db746666716c070c6a06f56]=]}, ["MOAICpConstraint.newPinJoint"] = {[=[]=], [=[class_m_o_a_i_cp_constraint.html#a1ae4e304dbb5f63bd4e12d015a4e0626]=]}, ["MOAICpConstraint.newPivotJoint"] = {[=[]=], [=[class_m_o_a_i_cp_constraint.html#a3358ef517294a60b788630deb7b7eb4d]=]}, ["MOAICpConstraint.newRatchetJoint"] = {[=[]=], [=[class_m_o_a_i_cp_constraint.html#ad5fb8d9861dee9e4214c7c7aeae9f2c5]=]}, ["MOAICpConstraint.newRotaryLimitJoint"] = {[=[]=], [=[class_m_o_a_i_cp_constraint.html#a7c41f0c4bd2790987b96a5aa0d8a1609]=]}, ["MOAICpConstraint.newSimpleMotor"] = {[=[]=], [=[class_m_o_a_i_cp_constraint.html#a5be5da7f25b9b01c7f1a6dba009d2b81]=]}, ["MOAICpConstraint.newSlideJoint"] = {[=[]=], [=[class_m_o_a_i_cp_constraint.html#a03fcb7f796193762e498634647461f5a]=]}, ["MOAICpConstraint.setBiasCoef"] = {[=[]=], [=[class_m_o_a_i_cp_constraint.html#adeacd072b68da94861a1b6ef358161f3]=]}, ["MOAICpConstraint.setMaxBias"] = {[=[]=], [=[class_m_o_a_i_cp_constraint.html#a839c07671a2de7f15d9562103ef80a12]=]}, ["MOAICpConstraint.setMaxForce"] = {[=[]=], [=[class_m_o_a_i_cp_constraint.html#ae71c6e8900156ac3a334cbe182915d4d]=]}, MOAICpShape = [=[Chipmunk Shape]=], ["MOAICpShape.areaForCircle"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#a75c9f5ab47a0ff93643966a2f7db9deb]=]}, ["MOAICpShape.areaForPolygon"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#ab61f17c915e64137cd9720a2525f9cd6]=]}, ["MOAICpShape.areaForRect"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#ad9dcbfea2b7fc0ae0f73faf23614396b]=]}, ["MOAICpShape.areaForSegment"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#a953bb76b2f62a6a39a8eb445fe7cfbd0]=]}, ["MOAICpShape.getBody"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#a11d41b3459b29f4874e708a374c67963]=]}, ["MOAICpShape.getElasticity"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#aa2f2878a1bda95824591c907e081448e]=]}, ["MOAICpShape.getFriction"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#aeb0b380c01e018f1802f894bf4605640]=]}, ["MOAICpShape.getGroup"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#a57f82b3e51dc98a726d66dab8f3b43e3]=]}, ["MOAICpShape.getLayers"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#a6bce95ad3f3088224d2e6d21169ccae2]=]}, ["MOAICpShape.getSurfaceVel"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#a8b1269fd0817e04c477cf430ac7b1fb1]=]}, ["MOAICpShape.getType"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#a7cec7e23aa3f3a779621046bae8fef35]=]}, ["MOAICpShape.inside"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#ab0cdffbfd4db79ed9a7fad8ff0c43d83]=]}, ["MOAICpShape.isSensor"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#a719e9a94ebae8c3af58a65ff6a22580b]=]}, ["MOAICpShape.momentForCircle"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#a21909ba43ed26a1fd560f1132465107f]=]}, ["MOAICpShape.momentForPolygon"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#abcd47a2fd15c35f99f783b35be5262cc]=]}, ["MOAICpShape.momentForRect"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#a5b290a2650b493736a5322ad31e86f9c]=]}, ["MOAICpShape.momentForSegment"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#ab95fec71e25d55a98c761b50908da785]=]}, ["MOAICpShape.setElasticity"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#a0542d5c8c9454019eef4eb89286d9d5b]=]}, ["MOAICpShape.setFriction"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#a5a3676ac6c1a062209f4031dc5fcf21e]=]}, ["MOAICpShape.setGroup"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#af211a1c4e397d47616fd674a5b543e59]=]}, ["MOAICpShape.setIsSensor"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#a4679b5c54f7efb1cd9cab4281804f3a8]=]}, ["MOAICpShape.setLayers"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#a27ab06ed4bfacb8a013410ef5f245ba9]=]}, ["MOAICpShape.setSurfaceVel"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#ae253119c1c059cdd23a88e35772292db]=]}, ["MOAICpShape.setType"] = {[=[]=], [=[class_m_o_a_i_cp_shape.html#a5239eeeabd1fe3fc08d1454d49c0bb3b]=]}, MOAICpSpace = [=[Chipmunk Space.]=], ["MOAICpSpace.activateShapesTouchingShape"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#ad5a903707a8a357e87d8351bc1e260b6]=]}, ["MOAICpSpace.getDamping"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#a9aacbeaf6131f2edb4de036b899c3d5e]=]}, ["MOAICpSpace.getGravity"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#a4e751519793b520bf9b30dc96522bb7e]=]}, ["MOAICpSpace.getIdleSpeedThreshold"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#a97a99d02ac495d99fbdc3bcc28a78ea0]=]}, ["MOAICpSpace.getIterations"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#a3056f6ff3447a9f37e230ee150454049]=]}, ["MOAICpSpace.getSleepTimeThreshold"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#a400a3164a1a93a26f07730d355e51ee1]=]}, ["MOAICpSpace.getStaticBody"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#a4bdeafba28c6d330e1fdc08775a6eb2b]=]}, ["MOAICpSpace.insertProp"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#acad4f4ad83d6c0efc37a20f5eb19c321]=]}, ["MOAICpSpace.rehashShape"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#a5b3744a5563f3ec3d2b0dc8ae8754223]=]}, ["MOAICpSpace.rehashStatic"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#af8fd1da32da0c58233fb6ac6a42b78f6]=]}, ["MOAICpSpace.removeProp"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#ac01e8f94230acb1d608b48fd4312c748]=]}, ["MOAICpSpace.resizeActiveHash"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#a2b98087f2a9a28df1ee796e52a26b019]=]}, ["MOAICpSpace.resizeStaticHash"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#a4442251e123819ea9e46face81343203]=]}, ["MOAICpSpace.setCollisionHandler"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#abee135affbd22de644f330432700ca96]=]}, ["MOAICpSpace.setDamping"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#a29e6b4cb02933f9d3d6fe18b0d17856c]=]}, ["MOAICpSpace.setGravity"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#ae67e9be71aff878a93936c0305683236]=]}, ["MOAICpSpace.setIdleSpeedThreshold"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#a42cfb9e1fde6f9f010502f4d46aeb3b1]=]}, ["MOAICpSpace.setIterations"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#a0e75018223aa4f5ccf29c5550e29993c]=]}, ["MOAICpSpace.setSleepTimeThreshold"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#ad80228614bd626a90e78d1cf359d6409]=]}, ["MOAICpSpace.shapeForPoint"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#aa8bf3a7ba632a3c71e17aaf309d6ffc6]=]}, ["MOAICpSpace.shapeForSegment"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#a5ff9c71319395eaf904a1907dc9668e6]=]}, ["MOAICpSpace.shapeListForPoint"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#a666d2001c6da941300429ba5fef88ceb]=]}, ["MOAICpSpace.shapeListForRect"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#a2bfe80527e3b0d1da69cf02c0aa4670d]=]}, ["MOAICpSpace.shapeListForSegment"] = {[=[]=], [=[class_m_o_a_i_cp_space.html#a027276f756ba74aa8521c1af7a71fc04]=]}, MOAICrittercismAndroid = [=[Wrapper for Crittercism integration on Android devices. Crittercism provides real-time, actionable crash reports for mobile apps. Exposed to lua via MOAICrittercism on all mobile platforms]=], ["MOAICrittercismAndroid.init"] = {[=[]=], [=[class_m_o_a_i_crittercism_android.html#ab3308d09d276399525803d9a7afbd750]=]}, MOAICrittercismIOS = [=[Wrapper for Crittercism integration on iOS devices. Crittercism provides real-time, actionable crash reports for mobile apps. Exposed to lua via MOAICrittercism on all mobile platforms]=], ["MOAICrittercismIOS.init"] = {[=[]=], [=[class_m_o_a_i_crittercism_i_o_s.html#a8cb3b87b53501156d0383b8b0890b495]=]}, MOAIDataBuffer = [=[Buffer for loading and holding data. Data operations may be performed without additional penalty of marshalling buffers between Lua and C]=], ["MOAIDataBuffer.base64Decode"] = {[=[]=], [=[class_m_o_a_i_data_buffer.html#ac32e10dfc9a9254926f9738e89b40f09]=]}, ["MOAIDataBuffer.base64Encode"] = {[=[]=], [=[class_m_o_a_i_data_buffer.html#a467480078ea4d8c71596f635598a42be]=]}, ["MOAIDataBuffer.deflate"] = {[=[]=], [=[class_m_o_a_i_data_buffer.html#a9ca115ef0a8c9d4dbfd761bc5998b0d7]=]}, ["MOAIDataBuffer.getSize"] = {[=[]=], [=[class_m_o_a_i_data_buffer.html#a5bbb20ab6f77acff496ac66256e1ee33]=]}, ["MOAIDataBuffer.getString"] = {[=[]=], [=[class_m_o_a_i_data_buffer.html#aafa26aac4b45b3f9625a657fec94d767]=]}, ["MOAIDataBuffer.inflate"] = {[=[]=], [=[class_m_o_a_i_data_buffer.html#aff34d1d98c0b7c42d329edac56cad0e7]=]}, ["MOAIDataBuffer.load"] = {[=[]=], [=[class_m_o_a_i_data_buffer.html#aa3c418b7c504dd8384c21c1ecb107011]=]}, ["MOAIDataBuffer.loadAsync"] = {[=[]=], [=[class_m_o_a_i_data_buffer.html#a3daac49f7a301bed78414eb40dd5e6fd]=]}, ["MOAIDataBuffer.save"] = {[=[]=], [=[class_m_o_a_i_data_buffer.html#a2e6097a0f281486e1b67fe3782e67fed]=]}, ["MOAIDataBuffer.saveAsync"] = {[=[]=], [=[class_m_o_a_i_data_buffer.html#adcbc12f63ce25ca13a964480a9b22eb2]=]}, ["MOAIDataBuffer.setString"] = {[=[]=], [=[class_m_o_a_i_data_buffer.html#a887884d06bb95488977be2c49a44c129]=]}, ["MOAIDataBuffer.toCppHeader"] = {[=[]=], [=[class_m_o_a_i_data_buffer.html#a18b878cb0344c69ca135eb4ca011338a]=]}, MOAIDataIOAction = [=[Action for asynchronously loading and saving data]=], ["MOAIDataIOAction.setCallback"] = {[=[]=], [=[class_m_o_a_i_data_i_o_action.html#a3c6c56c4524eaf7e4917099f984e883f]=]}, MOAIDebugLines = [=[Singleton for managing rendering of world space debug vectors.]=], ["MOAIDebugLines.setStyle"] = {[=[]=], [=[class_m_o_a_i_debug_lines.html#a57ed2d9ac307d9a419ea1de229c7b84a]=]}, ["MOAIDebugLines.showStyle"] = {[=[]=], [=[class_m_o_a_i_debug_lines.html#a079638d9dcd74ed1dde182054e45bd43]=]}, MOAIDeck = [=[Base class for decks]=], ["MOAIDeck.setShader"] = {[=[]=], [=[class_m_o_a_i_deck.html#a0c31aac0b41ff6c294976c21cd5a2f44]=]}, ["MOAIDeck.setTexture"] = {[=[]=], [=[class_m_o_a_i_deck.html#aacd9a174a58a75d313b99f7b505a178f]=]}, MOAIDeck2D = [=[Base class for 2D decks]=], ["MOAIDeck2D.setShader"] = {[=[]=], [=[class_m_o_a_i_deck.html#a0c31aac0b41ff6c294976c21cd5a2f44]=]}, ["MOAIDeck2D.setTexture"] = {[=[]=], [=[class_m_o_a_i_deck.html#aacd9a174a58a75d313b99f7b505a178f]=]}, MOAIDeckRemapper = [=[Remap deck indices. Most useful for controlling animated tiles in tilemaps. All indices are exposed as attributes that may be connected by setAttrLink or driven using MOAIAnim or MOAIAnimCurve]=], ["MOAIDeckRemapper.reserve"] = {[=[]=], [=[class_m_o_a_i_deck_remapper.html#a8d5d73ededa55dd0f682d724e634253e]=]}, ["MOAIDeckRemapper.setBase"] = {[=[]=], [=[class_m_o_a_i_deck_remapper.html#a1665dc10abcdc61358f2d1271456db7a]=]}, ["MOAIDeckRemapper.setRemap"] = {[=[]=], [=[class_m_o_a_i_deck_remapper.html#a89d293e2af7dc6c939fa90617dec3b58]=]}, MOAIDialogAndroid = [=[Wrapper for a simple native dialog implementation on Android devices. Exposed to lua via MOAIDialog on all mobile platforms.]=], ["MOAIDialogAndroid.DIALOG_RESULT_POSITIVE"] = [=[Result code when the dialog is dismissed by pressing the positive button.]=], ["MOAIDialogAndroid.DIALOG_RESULT_NEUTRAL"] = [=[Result code when the dialog is dismissed by pressing the neutral button.]=], ["MOAIDialogAndroid.DIALOG_RESULT_NEGATIVE"] = [=[Result code when the dialog is dismissed by pressing the negative button.]=], ["MOAIDialogAndroid.DIALOG_RESULT_CANCEL"] = [=[Result code when the dialog is dismissed by pressing the cancel button.]=], ["MOAIDialogAndroid.showDialog"] = {[=[]=], [=[class_m_o_a_i_dialog_android.html#aae3cd271f8948f239f956640f1bb8eda]=]}, MOAIDialogIOS = [=[Wrapper for a simple native dialog implementation on iOS devices. Exposed to lua via MOAIDialog on all mobile platforms.]=], ["MOAIDialogIOS.DIALOG_RESULT_POSITIVE"] = [=[Result code when the dialog is dismissed by pressing the positive button.]=], ["MOAIDialogIOS.DIALOG_RESULT_NEUTRAL"] = [=[Result code when the dialog is dismissed by pressing the neutral button.]=], ["MOAIDialogIOS.DIALOG_RESULT_NEGATIVE"] = [=[Result code when the dialog is dismissed by pressing the negative button.]=], ["MOAIDialogIOS.DIALOG_RESULT_CANCEL"] = [=[Result code when the dialog is dismissed by pressing the cancel button.]=], ["MOAIDialogIOS.showDialog"] = {[=[]=], [=[class_m_o_a_i_dialog_i_o_s.html#a632ec24dd116eb8b4a0840383006c4be]=]}, MOAIDraw = [=[Singleton for performing immediate mode drawing operations. See MOAIScriptDeck]=], ["MOAIDraw.drawCircle"] = {[=[]=], [=[class_m_o_a_i_draw.html#a7c7cbb63018b36f61a9ce26a7e924921]=]}, ["MOAIDraw.drawEllipse"] = {[=[]=], [=[class_m_o_a_i_draw.html#a14f943d7514f58775882330b4dcb77f0]=]}, ["MOAIDraw.drawLine"] = {[=[]=], [=[class_m_o_a_i_draw.html#a77b296a0dae5d1a8c81c0e78c96c1501]=]}, ["MOAIDraw.drawPoints"] = {[=[]=], [=[class_m_o_a_i_draw.html#acead1bcffb913f973cee4ccc48bccb17]=]}, ["MOAIDraw.drawRay"] = {[=[]=], [=[class_m_o_a_i_draw.html#a176254e14afd9cfdbbbe9977e984f51e]=]}, ["MOAIDraw.drawRect"] = {[=[]=], [=[class_m_o_a_i_draw.html#ab49fd0410c183c319ad2840dee614401]=]}, ["MOAIDraw.fillCircle"] = {[=[]=], [=[class_m_o_a_i_draw.html#a1711ab5627b5d7084db3e82d41efd31f]=]}, ["MOAIDraw.fillEllipse"] = {[=[]=], [=[class_m_o_a_i_draw.html#affcccf69ed229b3e54188192301ff2de]=]}, ["MOAIDraw.fillFan"] = {[=[]=], [=[class_m_o_a_i_draw.html#ac094a2c8b82c441a1a9fcb40d79c72fd]=]}, ["MOAIDraw.fillRect"] = {[=[]=], [=[class_m_o_a_i_draw.html#aaf800d4088c9a654d4c05f749e3361d7]=]}, MOAIEaseDriver = [=[Action that applies simple ease curves to node attributes]=], ["MOAIEaseDriver.reserveLinks"] = {[=[]=], [=[class_m_o_a_i_ease_driver.html#aebb77ac346d3a5a2841f8554086f9a8c]=]}, ["MOAIEaseDriver.setLink"] = {[=[]=], [=[class_m_o_a_i_ease_driver.html#a680fd9c8e90854b1950f3b0f89cc0abd]=]}, MOAIEaseType = [=[Namespace to hold ease modes. Moai ease in/out has opposite meaning of Flash ease in/out.]=], ["MOAIEaseType.EASE_IN"] = [=[Quartic ease in - Fast start then slow when approaching value; ease into position.]=], ["MOAIEaseType.EASE_OUT"] = [=[Quartic ease out - Slow start then fast when approaching value; ease out of position.]=], ["MOAIEaseType.FLAT"] = [=[Stepped change - Maintain original value until end of ease.]=], ["MOAIEaseType.LINEAR"] = [=[Linear interpolation.]=], ["MOAIEaseType.SHARP_EASE_IN"] = [=[Octic ease in.]=], ["MOAIEaseType.SHARP_EASE_OUT"] = [=[Octic ease out.]=], ["MOAIEaseType.SHARP_SMOOTH"] = [=[Octic smooth.]=], ["MOAIEaseType.SMOOTH"] = [=[Quartic ease out then ease in.]=], ["MOAIEaseType.SOFT_EASE_IN"] = [=[Quadratic ease in.]=], ["MOAIEaseType.SOFT_EASE_OUT"] = [=[Quadratic ease out.]=], ["MOAIEaseType.SOFT_SMOOTH"] = [=[Quadratic smooth.]=], MOAIEnvironment = [=[]=], ["MOAIEnvironment.generateGUID"] = {[=[]=], [=[class_m_o_a_i_environment.html#aebfe693f1fc8ed43364234889e794fef]=]}, ["MOAIEnvironment.setValue"] = {[=[]=], [=[class_m_o_a_i_environment.html#af85559aff82568784c78979652f72b24]=]}, MOAIEventSource = [=[Base class for all Lua-bound Moai objects that emit events and have an event table]=], MOAIFacebookAndroid = [=[Wrapper for Facebook integration on Android devices. Facebook provides social integration for sharing on www.facebook.com. Exposed to lua via MOAIFacebook on all mobile platforms.]=], ["MOAIFacebookAndroid.DIALOG_DID_COMPLETE"] = [=[Event code for a successfully completed Facebook dialog.]=], ["MOAIFacebookAndroid.DIALOG_DID_NOT_COMPLETE"] = [=[Event code for a failed (or canceled) Facebook dialog.]=], ["MOAIFacebookAndroid.SESSION_DID_LOGIN"] = [=[Event code for a successfully completed Facebook login.]=], ["MOAIFacebookAndroid.SESSION_DID_NOT_LOGIN"] = [=[Event code for a failed (or canceled) Facebook login.]=], ["MOAIFacebookAndroid.getToken"] = {[=[]=], [=[class_m_o_a_i_facebook_android.html#a23059a35658234f335377f5dee19d50f]=]}, ["MOAIFacebookAndroid.init"] = {[=[]=], [=[class_m_o_a_i_facebook_android.html#aec3a8c132e55b170844a1f99da216b44]=]}, ["MOAIFacebookAndroid.login"] = {[=[]=], [=[class_m_o_a_i_facebook_android.html#a38c027bee39c4eb69ff85f9d6e73add7]=]}, ["MOAIFacebookAndroid.logout"] = {[=[]=], [=[class_m_o_a_i_facebook_android.html#a9306ce26f33cf5fd821a1df77eb20bda]=]}, ["MOAIFacebookAndroid.postToFeed"] = {[=[]=], [=[class_m_o_a_i_facebook_android.html#aa6a18ef0e5a33e8523ea9b5b61028173]=]}, ["MOAIFacebookAndroid.sendRequest"] = {[=[]=], [=[class_m_o_a_i_facebook_android.html#a62c58f710ebbfcf0bd0eabbc7495bc0d]=]}, ["MOAIFacebookAndroid.sessionValid"] = {[=[]=], [=[class_m_o_a_i_facebook_android.html#ae5f4c4bf2fe77f2431252eef29ace9fa]=]}, ["MOAIFacebookAndroid.setToken"] = {[=[]=], [=[class_m_o_a_i_facebook_android.html#a133ab7abc6debeb1703a5d07ad0b8614]=]}, MOAIFacebookIOS = [=[Wrapper for Facebook integration on iOS devices. Facebook provides social integration for sharing on www.facebook.com. Exposed to lua via MOAIFacebook on all mobile platforms.]=], ["MOAIFacebookIOS.DIALOG_DID_COMPLETE"] = [=[Event code for a successfully completed Facebook dialog.]=], ["MOAIFacebookIOS.DIALOG_DID_NOT_COMPLETE"] = [=[Event code for a failed (or canceled) Facebook dialog.]=], ["MOAIFacebookIOS.SESSION_DID_LOGIN"] = [=[Event code for a successfully completed Facebook login.]=], ["MOAIFacebookIOS.SESSION_DID_NOT_LOGIN"] = [=[Event code for a failed (or canceled) Facebook login.]=], MOAIFileSystem = [=[Functions for manipulating the file system]=], ["MOAIFileSystem.affirmPath"] = {[=[]=], [=[class_m_o_a_i_file_system.html#afe92da5e145a30badddc712279c596e9]=]}, ["MOAIFileSystem.checkFileExists"] = {[=[]=], [=[class_m_o_a_i_file_system.html#a28e6bcad55ee9aeb0f3d55ab64eb89b1]=]}, ["MOAIFileSystem.checkPathExists"] = {[=[]=], [=[class_m_o_a_i_file_system.html#a0a2fdb969f1b2cb692aaa1b0418e1b7e]=]}, ["MOAIFileSystem.deleteDirectory"] = {[=[]=], [=[class_m_o_a_i_file_system.html#a8c52f95c11f8a00699eb64636364a842]=]}, ["MOAIFileSystem.deleteFile"] = {[=[]=], [=[class_m_o_a_i_file_system.html#a5e433c01d1cff90f8bb0922b370bd615]=]}, ["MOAIFileSystem.getAbsoluteDirectoryPath"] = {[=[]=], [=[class_m_o_a_i_file_system.html#ace39a13df7d368726bb19f503843d092]=]}, ["MOAIFileSystem.getAbsoluteFilePath"] = {[=[]=], [=[class_m_o_a_i_file_system.html#a78f7b09414e4fa14ea4ed0af90d0b45f]=]}, ["MOAIFileSystem.getRelativePath"] = {[=[]=], [=[class_m_o_a_i_file_system.html#a1a70d3c64021696670200132c61bc0be]=]}, ["MOAIFileSystem.getWorkingDirectory"] = {[=[]=], [=[class_m_o_a_i_file_system.html#ae6cc35048670a74afd8119ae67215098]=]}, ["MOAIFileSystem.listDirectories"] = {[=[]=], [=[class_m_o_a_i_file_system.html#a737daf15f649192c9b218ee9548260c3]=]}, ["MOAIFileSystem.listFiles"] = {[=[]=], [=[class_m_o_a_i_file_system.html#aca39843e6b2cda2d952d95c2260ff69b]=]}, ["MOAIFileSystem.mountVirtualDirectory"] = {[=[]=], [=[class_m_o_a_i_file_system.html#a7e4140eb1ed4b443402b3e35a9d40915]=]}, ["MOAIFileSystem.rename"] = {[=[]=], [=[class_m_o_a_i_file_system.html#aade8cc938d101d19800165537a30b0d4]=]}, ["MOAIFileSystem.setWorkingDirectory"] = {[=[]=], [=[class_m_o_a_i_file_system.html#ae4c87529b20bfd32cddb562717905461]=]}, MOAIFmod = [=[FMOD singleton. Unsupported, legacy]=], ["MOAIFmod.getMemoryStats"] = {[=[]=], [=[class_m_o_a_i_fmod.html#a9a4e610991a09ed2003ada245b8cce5e]=]}, ["MOAIFmod.init"] = {[=[]=], [=[class_m_o_a_i_fmod.html#a8296c6efca0ad883e4b9549282bd2958]=]}, MOAIFmodChannel = [=[FMOD singleton. Unsupported, legacy]=], ["MOAIFmodChannel.getVolume"] = {[=[]=], [=[class_m_o_a_i_fmod_channel.html#a1f0fb3006860a34517ca45e709b864de]=]}, ["MOAIFmodChannel.isPlaying"] = {[=[]=], [=[class_m_o_a_i_fmod_channel.html#a27f2a9c965aa7a727451977d937642be]=]}, ["MOAIFmodChannel.moveVolume"] = {[=[]=], [=[class_m_o_a_i_fmod_channel.html#afdc5719617222829eb04cbfc516f6e2a]=]}, ["MOAIFmodChannel.play"] = {[=[]=], [=[class_m_o_a_i_fmod_channel.html#ad5b6b81d57c80ebfb580dadc73d43dec]=]}, ["MOAIFmodChannel.seekVolume"] = {[=[]=], [=[class_m_o_a_i_fmod_channel.html#aa90a4bc93d8eed3792d1da0ff387cbbf]=]}, ["MOAIFmodChannel.setLooping"] = {[=[]=], [=[class_m_o_a_i_fmod_channel.html#ac851f6494dea7fb2ab53462faee54c5c]=]}, ["MOAIFmodChannel.setPaused"] = {[=[]=], [=[class_m_o_a_i_fmod_channel.html#a16c1ddc2b62515ef5dbc29516e970d83]=]}, ["MOAIFmodChannel.setVolume"] = {[=[]=], [=[class_m_o_a_i_fmod_channel.html#a9d626033df422c2b620f52dacbe435e3]=]}, ["MOAIFmodChannel.stop"] = {[=[]=], [=[class_m_o_a_i_fmod_channel.html#aac8bd6c84ef9cef7e545906f65d33340]=]}, MOAIFmodSound = [=[FMOD singleton. Unsupported, legacy]=], ["MOAIFmodSound.load"] = {[=[]=], [=[class_m_o_a_i_fmod_sound.html#a2196e617c483d91008057465be75a029]=]}, ["MOAIFmodSound.loadBGM"] = {[=[]=], [=[class_m_o_a_i_fmod_sound.html#a48715b7f62771f9bd91ad79550ed2091]=]}, ["MOAIFmodSound.loadSFX"] = {[=[]=], [=[class_m_o_a_i_fmod_sound.html#ab6af4e3ecc06162249c9817260602c02]=]}, ["MOAIFmodSound.release"] = {[=[]=], [=[class_m_o_a_i_fmod_sound.html#afc985ff5ea87f35a9d736ce1f5e279d7]=]}, MOAIFont = [=[]=], ["MOAIFont.getFilename"] = {[=[]=], [=[class_m_o_a_i_font.html#aeee1560e27c9745f1f68c5649588c4d6]=]}, ["MOAIFont.getFlags"] = {[=[]=], [=[class_m_o_a_i_font.html#a5a965fdc7281884eed3855277d31c4e9]=]}, ["MOAIFont.getImage"] = {[=[]=], [=[class_m_o_a_i_font.html#a20364f2ea45fe684548d08e38634f53c]=]}, ["MOAIFont.load"] = {[=[]=], [=[class_m_o_a_i_font.html#aa5e14ff8c9e8ecc211b8ca8e4aaec25e]=]}, ["MOAIFont.loadFromTTF"] = {[=[]=], [=[class_m_o_a_i_font.html#a5d3dee4978355be600ed692224636904]=]}, ["MOAIFont.preloadGlyphs"] = {[=[]=], [=[class_m_o_a_i_font.html#aae28be9e2bbd80cc8e6dc7bba9eb4d9d]=]}, ["MOAIFont.rebuildKerningTables"] = {[=[]=], [=[class_m_o_a_i_font.html#aa5ae25011bfe26fdb6a80b9d3614e8ff]=]}, ["MOAIFont.setCache"] = {[=[]=], [=[class_m_o_a_i_font.html#a2f60a3c58dc4d676b808777540e680e4]=]}, ["MOAIFont.setDefaultSize"] = {[=[]=], [=[class_m_o_a_i_font.html#a981bf8fc6ecc6e679bcb636d38dc6a78]=]}, ["MOAIFont.setFlags"] = {[=[]=], [=[class_m_o_a_i_font.html#aa7aa31400aad64ae352e66d008bef297]=]}, ["MOAIFont.setImage"] = {[=[]=], [=[class_m_o_a_i_font.html#a924d8439b95f43424e2e922e6f69a97a]=]}, ["MOAIFont.setReader"] = {[=[]=], [=[class_m_o_a_i_font.html#a86317ba09fa0431c13caa3e6a2607c65]=]}, MOAIFrameBuffer = [=[This is an implementation of a frame buffer that may be attached to a MOAILayer for offscreen rendering. It is also a texture that may be bound and used like any other]=], ["MOAIFrameBuffer.getSize"] = {[=[]=], [=[class_m_o_a_i_texture_base.html#a505bce5fd64b007585642636a0fd8c12]=]}, ["MOAIFrameBuffer.init"] = {[=[]=], [=[class_m_o_a_i_frame_buffer.html#ae109091639423ac20909388746fe01e4]=]}, ["MOAIFrameBuffer.release"] = {[=[]=], [=[class_m_o_a_i_texture_base.html#a5f60c19774418bfe1396452ce5b94ab0]=]}, ["MOAIFrameBuffer.setClearColor"] = {[=[]=], [=[class_m_o_a_i_frame_buffer.html#a8784e7c559692fcdfe0b8ad5c131767c]=]}, ["MOAIFrameBuffer.setClearDepth"] = {[=[]=], [=[class_m_o_a_i_frame_buffer.html#aa11582c2b45ed014c1c99df684e19cea]=]}, ["MOAIFrameBuffer.setFilter"] = {[=[]=], [=[class_m_o_a_i_texture_base.html#ad4dc0419e9da22b238fbff6f67a0fc56]=]}, ["MOAIFrameBuffer.setWrap"] = {[=[]=], [=[class_m_o_a_i_texture_base.html#a476cc37d0e794ca5abdfe7210078db39]=]}, MOAIFreeTypeFontReader = [=[Implementation of MOAIFontReader that based on FreeType 2. Can load and render TTF and OTF font files]=], MOAIGameCenterIOS = [=[Wrapper for iOS GameCenter functionality.]=], ["MOAIGameCenterIOS.TIMESCOPE_TODAY"] = [=[Get leaderboard scores for today.]=], ["MOAIGameCenterIOS.TIMESCOPE_WEEK"] = [=[Get leaderboard scores for the week.]=], ["MOAIGameCenterIOS.TIMESCOPE_ALLTIME"] = [=[Get leaderboard scores for all time.]=], ["MOAIGameCenterIOS.PLAYERSCOPE_GLOBAL"] = [=[Get leaderboard scores for everyone.]=], ["MOAIGameCenterIOS.PLAYERSCOPE_FRIENDS"] = [=[Get leaderboard scores only for active player's friends.]=], ["MOAIGameCenterIOS.+ "] = {[=[]=], [=[]=]}, MOAIGfxDevice = [=[Interface to the graphics singleton]=], ["MOAIGfxDevice.getMaxTextureUnits"] = {[=[]=], [=[class_m_o_a_i_gfx_device.html#a194d1b3c16af404f20223979b50fac03]=]}, ["MOAIGfxDevice.getViewSize"] = {[=[]=], [=[class_m_o_a_i_gfx_device.html#a214e8964982dec5ffb9bc2671a89fea5]=]}, ["MOAIGfxDevice.isProgrammable"] = {[=[]=], [=[class_m_o_a_i_gfx_device.html#a2e2a98d55c577a995a809e24bb1b7a00]=]}, ["MOAIGfxDevice.setClearColor"] = {[=[]=], [=[class_m_o_a_i_gfx_device.html#a9f4aa8d38a19836e029a2f2ee88b61b1]=]}, ["MOAIGfxDevice.setClearDepth"] = {[=[]=], [=[class_m_o_a_i_gfx_device.html#a238ee5b4bb5905d5858b392425150cdd]=]}, ["MOAIGfxDevice.setPenColor"] = {[=[]=], [=[class_m_o_a_i_gfx_device.html#a6bc4ae09569266a3abf3681ecd4b9f6c]=]}, ["MOAIGfxDevice.setPenWidth"] = {[=[]=], [=[class_m_o_a_i_gfx_device.html#aad3f26a541aaa681c7851d7f4df4d43d]=]}, ["MOAIGfxDevice.setPointSize"] = {[=[]=], [=[class_m_o_a_i_gfx_device.html#acec2c044543c36f668075f878c27e898]=]}, MOAIGfxQuad2D = [=[Single textured quad]=], ["MOAIGfxQuad2D.setRect"] = {[=[]=], [=[class_m_o_a_i_gfx_quad2_d.html#a9a3139b5f394c8b5b91d86bf57de0c49]=]}, ["MOAIGfxQuad2D.setShader"] = {[=[]=], [=[class_m_o_a_i_deck.html#a0c31aac0b41ff6c294976c21cd5a2f44]=]}, ["MOAIGfxQuad2D.setTexture"] = {[=[]=], [=[class_m_o_a_i_deck.html#aacd9a174a58a75d313b99f7b505a178f]=]}, ["MOAIGfxQuad2D.setUVRect"] = {[=[]=], [=[class_m_o_a_i_gfx_quad2_d.html#a832e1ebb454452a7a1b54ea634744d17]=]}, MOAIGfxQuadDeck2D = [=[Deck of textured quads]=], ["MOAIGfxQuadDeck2D.reserve"] = {[=[]=], [=[class_m_o_a_i_gfx_quad_deck2_d.html#a8db34d930f09a4e97175d8f89aa6bdce]=]}, ["MOAIGfxQuadDeck2D.setQuad"] = {[=[]=], [=[class_m_o_a_i_gfx_quad_deck2_d.html#aea0a0773c228e7a618692560905a3808]=]}, ["MOAIGfxQuadDeck2D.setRect"] = {[=[]=], [=[class_m_o_a_i_gfx_quad_deck2_d.html#afdc52d9569662baeca648893a6407536]=]}, ["MOAIGfxQuadDeck2D.setShader"] = {[=[]=], [=[class_m_o_a_i_deck.html#a0c31aac0b41ff6c294976c21cd5a2f44]=]}, ["MOAIGfxQuadDeck2D.setTexture"] = {[=[]=], [=[class_m_o_a_i_deck.html#aacd9a174a58a75d313b99f7b505a178f]=]}, ["MOAIGfxQuadDeck2D.setUVQuad"] = {[=[]=], [=[class_m_o_a_i_gfx_quad_deck2_d.html#a25a863ba25b61928d230b89c10f33b65]=]}, ["MOAIGfxQuadDeck2D.setUVRect"] = {[=[]=], [=[class_m_o_a_i_gfx_quad_deck2_d.html#aad8219013876306b42cf50db1aa065b1]=]}, MOAIGfxQuadListDeck2D = [=[Deck of lists of textured quads. UV and model space quads are specified independently and associated via pairs. Pairs are referenced by lists sequentially. There may be multiple pairs with the same UV/model quad indicices if geometry is used in multiple lists]=], ["MOAIGfxQuadListDeck2D.reserveLists"] = {[=[]=], [=[class_m_o_a_i_gfx_quad_list_deck2_d.html#a96304af86cc0d485ab989aaee7851baf]=]}, ["MOAIGfxQuadListDeck2D.reservePairs"] = {[=[]=], [=[class_m_o_a_i_gfx_quad_list_deck2_d.html#a27cebf2d59d8d567a56ebcdaa00be470]=]}, ["MOAIGfxQuadListDeck2D.reserveQuads"] = {[=[]=], [=[class_m_o_a_i_gfx_quad_list_deck2_d.html#abbcdcaee193a5b70e8a95cf056b14fa2]=]}, ["MOAIGfxQuadListDeck2D.reserveUVQuads"] = {[=[]=], [=[class_m_o_a_i_gfx_quad_list_deck2_d.html#a6d5e135f72f680cfffc7ac3ac9f77ff1]=]}, ["MOAIGfxQuadListDeck2D.setList"] = {[=[]=], [=[class_m_o_a_i_gfx_quad_list_deck2_d.html#af294ee441ee1afe2a2a337aed1165492]=]}, ["MOAIGfxQuadListDeck2D.setPair"] = {[=[]=], [=[class_m_o_a_i_gfx_quad_list_deck2_d.html#a0703d9377b9992791bdae0f9de7c8362]=]}, ["MOAIGfxQuadListDeck2D.setQuad"] = {[=[]=], [=[class_m_o_a_i_gfx_quad_list_deck2_d.html#a9f21b8367fedf8d7c12469a080d97850]=]}, ["MOAIGfxQuadListDeck2D.setRect"] = {[=[]=], [=[class_m_o_a_i_gfx_quad_list_deck2_d.html#aba805ddba29772888499d29e50ce205e]=]}, ["MOAIGfxQuadListDeck2D.setShader"] = {[=[]=], [=[class_m_o_a_i_deck.html#a0c31aac0b41ff6c294976c21cd5a2f44]=]}, ["MOAIGfxQuadListDeck2D.setTexture"] = {[=[]=], [=[class_m_o_a_i_deck.html#aacd9a174a58a75d313b99f7b505a178f]=]}, ["MOAIGfxQuadListDeck2D.setUVQuad"] = {[=[]=], [=[class_m_o_a_i_gfx_quad_list_deck2_d.html#a2f0b6f2f6861d64d915fca6133abc717]=]}, ["MOAIGfxQuadListDeck2D.setUVRect"] = {[=[]=], [=[class_m_o_a_i_gfx_quad_list_deck2_d.html#ac01b8da21f7bd6b0a1559ce632d4b2ab]=]}, MOAIGfxResource = [=[Base class for graphics resources owned by OpenGL. Implements resource lifecycle including restoration from a lost graphics context (if possible)]=], ["MOAIGfxResource.getAge"] = {[=[]=], [=[class_m_o_a_i_gfx_resource.html#abf9570bd80e8be839c08b646a9465b81]=]}, ["MOAIGfxResource.softRelease"] = {[=[]=], [=[class_m_o_a_i_gfx_resource.html#a3746155dc9cec1fbf6804668d27e4321]=]}, MOAIGfxState = [=[Abstract base class for objects that represent changes to graphics state]=], MOAIGlobalEventSource = [=[Derivation of MOAIEventSource for global lua objects]=], ["MOAIGlobalEventSource.setListener"] = {[=[]=], [=[class_m_o_a_i_global_event_source.html#adf4e140561b5d6b8a7d212403e926f17]=]}, MOAIGlyphCache = [=[]=], ["MOAIGlyphCache.setColorFormat"] = {[=[]=], [=[class_m_o_a_i_glyph_cache_base.html#ac6e243c4584709a481c62d49ec10c4a0]=]}, MOAIGlyphCacheBase = [=[]=], ["MOAIGlyphCacheBase.setColorFormat"] = {[=[]=], [=[class_m_o_a_i_glyph_cache_base.html#ac6e243c4584709a481c62d49ec10c4a0]=]}, MOAIGrid = [=[Grid data object. Grid cells are indexed starting and (1,1). Grid indices will wrap if out of range]=], ["MOAIGrid.cellAddrToCoord"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a31d6f3a9d9b1e1cc95d8dbe1144a865e]=]}, ["MOAIGrid.clearTileFlags"] = {[=[]=], [=[class_m_o_a_i_grid.html#a69c0b825f7ed5fcb3134da5f73c39a1e]=]}, ["MOAIGrid.getCellAddr"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a8aafa4454e7bd1f39e95085a522606cf]=]}, ["MOAIGrid.getCellSize"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a936f5acc543ca95a163b032414fea3a3]=]}, ["MOAIGrid.getOffset"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a31dc0292dfcecc60a2db40bcba40faeb]=]}, ["MOAIGrid.getSize"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#acd54e28abc1043b8215b42fce828fbb0]=]}, ["MOAIGrid.getTile"] = {[=[]=], [=[class_m_o_a_i_grid.html#aa99fd3091052b2008a4a5174fa750fd2]=]}, ["MOAIGrid.getTileFlags"] = {[=[]=], [=[class_m_o_a_i_grid.html#aaaaff7c2f0dda9bf4854c691c5e263eb]=]}, ["MOAIGrid.getTileLoc"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a5285a7351dc6cf1cccff8c318b61b1f3]=]}, ["MOAIGrid.getTileSize"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a372c8b767e52178dd734c3230e172ec1]=]}, ["MOAIGrid.initDiamondGrid"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a56f7888a6ecdb873e239f78b7f8593ef]=]}, ["MOAIGrid.initHexGrid"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a6d5c9d4254210b049f655b15cb76099e]=]}, ["MOAIGrid.initObliqueGrid"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#af1c1bbbe0fbe2e0f8d3794f5fe1b4298]=]}, ["MOAIGrid.initRectGrid"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#ad6bfe2d382070c8b34c1a30d09b906fa]=]}, ["MOAIGrid.locToCellAddr"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a300b4feeb49b86e36f0a6bd01c4e8eb6]=]}, ["MOAIGrid.locToCoord"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#ae12e2b916882690a48795d5ae480ff03]=]}, ["MOAIGrid.setRepeat"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#aec42d977becbd46485811ebff1769daf]=]}, ["MOAIGrid.setRow"] = {[=[]=], [=[class_m_o_a_i_grid.html#ae108e09ee22305828077ecc53f96372a]=]}, ["MOAIGrid.setShape"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a79d687c17cdaf70b05137e112f37c560]=]}, ["MOAIGrid.setSize"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a12ff1efc2561031cd3f867c094ce6683]=]}, ["MOAIGrid.setTile"] = {[=[]=], [=[class_m_o_a_i_grid.html#a39ee0019d02926f083c48aa48900772c]=]}, ["MOAIGrid.setTileFlags"] = {[=[]=], [=[class_m_o_a_i_grid.html#a8078f2ef9cec045306862e16433151a0]=]}, ["MOAIGrid.toggleTileFlags"] = {[=[]=], [=[class_m_o_a_i_grid.html#ae6be1da1de0d668758a432b6c91d73d0]=]}, ["MOAIGrid.wrapCoord"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a29f48017325d4318bae66b8daf747b2f]=]}, MOAIGridPathGraph = [=[Pathfinder graph adapter for MOAIGrid]=], ["MOAIGridPathGraph.setGrid"] = {[=[]=], [=[class_m_o_a_i_grid_path_graph.html#a30e1e585e9aaeab031c5f57eecb10c03]=]}, MOAIGridSpace = [=[Represents spatial configuration of a grid. The grid is made up of cells. Inside of each cell is a tile. The tile can be larger or smaller than the cell and also offset from the cell. By default, tiles are the same size of their cells and are no offset.]=], ["MOAIGridSpace.cellAddrToCoord"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a31d6f3a9d9b1e1cc95d8dbe1144a865e]=]}, ["MOAIGridSpace.getCellAddr"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a8aafa4454e7bd1f39e95085a522606cf]=]}, ["MOAIGridSpace.getCellSize"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a936f5acc543ca95a163b032414fea3a3]=]}, ["MOAIGridSpace.getOffset"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a31dc0292dfcecc60a2db40bcba40faeb]=]}, ["MOAIGridSpace.getSize"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#acd54e28abc1043b8215b42fce828fbb0]=]}, ["MOAIGridSpace.getTileLoc"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a5285a7351dc6cf1cccff8c318b61b1f3]=]}, ["MOAIGridSpace.getTileSize"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a372c8b767e52178dd734c3230e172ec1]=]}, ["MOAIGridSpace.initDiamondGrid"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a56f7888a6ecdb873e239f78b7f8593ef]=]}, ["MOAIGridSpace.initHexGrid"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a6d5c9d4254210b049f655b15cb76099e]=]}, ["MOAIGridSpace.initObliqueGrid"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#af1c1bbbe0fbe2e0f8d3794f5fe1b4298]=]}, ["MOAIGridSpace.initRectGrid"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#ad6bfe2d382070c8b34c1a30d09b906fa]=]}, ["MOAIGridSpace.locToCellAddr"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a300b4feeb49b86e36f0a6bd01c4e8eb6]=]}, ["MOAIGridSpace.locToCoord"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#ae12e2b916882690a48795d5ae480ff03]=]}, ["MOAIGridSpace.setRepeat"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#aec42d977becbd46485811ebff1769daf]=]}, ["MOAIGridSpace.setShape"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a79d687c17cdaf70b05137e112f37c560]=]}, ["MOAIGridSpace.setSize"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a12ff1efc2561031cd3f867c094ce6683]=]}, ["MOAIGridSpace.wrapCoord"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a29f48017325d4318bae66b8daf747b2f]=]}, MOAIHarness = [=[Internal debugging and hooking class]=], MOAIHttpTaskBase = [=[Object for performing asynchronous HTTP/HTTPS tasks.]=], ["MOAIHttpTaskBase.getSize"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#a6f2c45bc693cbfe8d573f9cbd7293787]=]}, ["MOAIHttpTaskBase.getString"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#a7c883c6811d926756412a453225a8bc2]=]}, ["MOAIHttpTaskBase.httpGet"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#affa86a403b18fdba973a52fe09f7a2fa]=]}, ["MOAIHttpTaskBase.httpPost"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#ae25b6c77348dd478a73a2516e1baf462]=]}, ["MOAIHttpTaskBase.parseXml"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#aa756667aa61c1981fd32f748e76686cd]=]}, ["MOAIHttpTaskBase.performAsync"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#a6efbf676605ef8cfa96c864924cccf70]=]}, ["MOAIHttpTaskBase.performSync"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#a244863da9b825b0a450ca5e226aa6e77]=]}, ["MOAIHttpTaskBase.setBody"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#ab577090121eb986e90a770deed8adc4f]=]}, ["MOAIHttpTaskBase.setCallback"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#a76be83e2f5c4165e5477eb1c28a3d9b0]=]}, ["MOAIHttpTaskBase.setHeader"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#a5d14b0b311da084dbf59b2bf4d6785bd]=]}, ["MOAIHttpTaskBase.setUrl"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#a932870f936b06a6eb395d3f24c580e63]=]}, ["MOAIHttpTaskBase.setUserAgent"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#a24dc17ead57b471580e81adea4cdb166]=]}, ["MOAIHttpTaskBase.setVerb"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#a9f16b92e4661ebde2ec4193118407676]=]}, ["MOAIHttpTaskBase.setVerbose"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#ad35376dcdeb3d947694d8261830d888b]=]}, MOAIHttpTaskNaCl = [=[Implementation of MOAIHttpTask based on NaCl]=], ["MOAIHttpTaskNaCl.getSize"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#a6f2c45bc693cbfe8d573f9cbd7293787]=]}, ["MOAIHttpTaskNaCl.getString"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#a7c883c6811d926756412a453225a8bc2]=]}, ["MOAIHttpTaskNaCl.httpGet"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#affa86a403b18fdba973a52fe09f7a2fa]=]}, ["MOAIHttpTaskNaCl.httpPost"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#ae25b6c77348dd478a73a2516e1baf462]=]}, ["MOAIHttpTaskNaCl.parseXml"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#aa756667aa61c1981fd32f748e76686cd]=]}, ["MOAIHttpTaskNaCl.performAsync"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#a6efbf676605ef8cfa96c864924cccf70]=]}, ["MOAIHttpTaskNaCl.performSync"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#a244863da9b825b0a450ca5e226aa6e77]=]}, ["MOAIHttpTaskNaCl.setBody"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#ab577090121eb986e90a770deed8adc4f]=]}, ["MOAIHttpTaskNaCl.setCallback"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#a76be83e2f5c4165e5477eb1c28a3d9b0]=]}, ["MOAIHttpTaskNaCl.setHeader"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#a5d14b0b311da084dbf59b2bf4d6785bd]=]}, ["MOAIHttpTaskNaCl.setUrl"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#a932870f936b06a6eb395d3f24c580e63]=]}, ["MOAIHttpTaskNaCl.setUserAgent"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#a24dc17ead57b471580e81adea4cdb166]=]}, ["MOAIHttpTaskNaCl.setVerb"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#a9f16b92e4661ebde2ec4193118407676]=]}, ["MOAIHttpTaskNaCl.setVerbose"] = {[=[]=], [=[class_m_o_a_i_http_task_base.html#ad35376dcdeb3d947694d8261830d888b]=]}, MOAIImage = [=[Image/bitmap class.]=], ["MOAIImage.bleedRect"] = {[=[]=], [=[class_m_o_a_i_image.html#a4584d91c68f8eee8d2f0fc0308fac4c1]=]}, ["MOAIImage.convertColors"] = {[=[]=], [=[class_m_o_a_i_image.html#a0a407819bacc3cab03391002ee0de871]=]}, ["MOAIImage.copy"] = {[=[]=], [=[class_m_o_a_i_image.html#a8e1ad63ce37f84d79be305ef7e4fd1a8]=]}, ["MOAIImage.copyBits"] = {[=[]=], [=[class_m_o_a_i_image.html#a343e6e56a1d0faddcf1709c3d6f1647d]=]}, ["MOAIImage.copyRect"] = {[=[]=], [=[class_m_o_a_i_image.html#a85d857128ce832c73f942b7049bae86d]=]}, ["MOAIImage.fillRect"] = {[=[]=], [=[class_m_o_a_i_image.html#a1fd0f744ccb8ac514e232a4f3404a893]=]}, ["MOAIImage.getColor32"] = {[=[]=], [=[class_m_o_a_i_image.html#a8c84c5d3911ad05989dbb69039aa8c37]=]}, ["MOAIImage.getFormat"] = {[=[]=], [=[class_m_o_a_i_image.html#a5951cd6c6bfa43c3e19d0a6beab901ff]=]}, ["MOAIImage.getRGBA"] = {[=[]=], [=[class_m_o_a_i_image.html#a3f0b4059e482d9ae09e31c8d1bd8204d]=]}, ["MOAIImage.getSize"] = {[=[]=], [=[class_m_o_a_i_image.html#a8bea043fd51cca261029d74e3bef9e50]=]}, ["MOAIImage.init"] = {[=[]=], [=[class_m_o_a_i_image.html#a1b30ac651d035f55e3954e24bf6431d1]=]}, ["MOAIImage.load"] = {[=[]=], [=[class_m_o_a_i_image.html#ae81c3bfe18c57151a8203eecdca23722]=]}, ["MOAIImage.padToPow2"] = {[=[]=], [=[class_m_o_a_i_image.html#a4e93d70330c193b7fb20c9ea2be5ee31]=]}, ["MOAIImage.resize"] = {[=[]=], [=[class_m_o_a_i_image.html#ac8b1c099523a2a6618c3585b6b96feb9]=]}, ["MOAIImage.resizeCanvas"] = {[=[]=], [=[class_m_o_a_i_image.html#a3cdfa18e53a8060a466e5898db482a3e]=]}, ["MOAIImage.setColor32"] = {[=[]=], [=[class_m_o_a_i_image.html#a82e76cb2a8a247c7026a1bcf4e2c61fa]=]}, ["MOAIImage.setRGBA"] = {[=[]=], [=[class_m_o_a_i_image.html#a513a6f2af7ba58c4b15b0bbf3e928409]=]}, ["MOAIImage.writePNG"] = {[=[]=], [=[class_m_o_a_i_image.html#af4f84cf214c90adfb7d4c468f9b2fcbb]=]}, MOAIImageTexture = [=[Binds an image (CPU memory) to a texture (GPU memory). Regions of the texture (or the entire texture) may be invalidated. Invalidated regions will be reloaded into GPU memory the next time the texture is bound]=], ["MOAIImageTexture.MOAITextureBase::_getSize"] = {[=[]=], [=[class_m_o_a_i_texture_base.html#a505bce5fd64b007585642636a0fd8c12]=]}, ["MOAIImageTexture.invalidate"] = {[=[]=], [=[class_m_o_a_i_image_texture.html#ad31e5170588c249a6a2cf293b58ebca3]=]}, ["MOAIImageTexture.release"] = {[=[]=], [=[class_m_o_a_i_texture_base.html#a5f60c19774418bfe1396452ce5b94ab0]=]}, ["MOAIImageTexture.setFilter"] = {[=[]=], [=[class_m_o_a_i_texture_base.html#ad4dc0419e9da22b238fbff6f67a0fc56]=]}, ["MOAIImageTexture.setWrap"] = {[=[]=], [=[class_m_o_a_i_texture_base.html#a476cc37d0e794ca5abdfe7210078db39]=]}, MOAIIndexBuffer = [=[Index buffer class. Unused at this time]=], ["MOAIIndexBuffer.release"] = {[=[]=], [=[class_m_o_a_i_index_buffer.html#ac604459b9af6bca8757358bfcd21a539]=]}, ["MOAIIndexBuffer.reserve"] = {[=[]=], [=[class_m_o_a_i_index_buffer.html#a8448c4ab4a64593c574fed6957769c2a]=]}, ["MOAIIndexBuffer.setIndex"] = {[=[]=], [=[class_m_o_a_i_index_buffer.html#ad4c5c9a1b1c96f4304355ee16b9d1800]=]}, MOAIInputDevice = [=[Manager class for input bindings. Has no public methods]=], MOAIInputMgr = [=[Input device class. Has no public methods]=], MOAIInstanceEventSource = [=[Derivation of MOAIEventSource for non-global lua objects]=], ["MOAIInstanceEventSource.setListener"] = {[=[]=], [=[class_m_o_a_i_instance_event_source.html#a8e812cbc2ef7ee7c1b052d639c91ab93]=]}, MOAIJoystickSensor = [=[Analog and digital joystick sensor]=], ["MOAIJoystickSensor.getVector"] = {[=[]=], [=[class_m_o_a_i_joystick_sensor.html#a1500cf1aa1542a9fe81f4464198186e5]=]}, ["MOAIJoystickSensor.setCallback"] = {[=[]=], [=[class_m_o_a_i_joystick_sensor.html#a0e042d79120848a65b55acbc12052343]=]}, MOAIJsonParser = [=[Converts between Lua and JSON]=], ["MOAIJsonParser.decode"] = {[=[]=], [=[class_m_o_a_i_json_parser.html#af504e9962a4760ed71ea64b19ffb0807]=]}, ["MOAIJsonParser.encode"] = {[=[]=], [=[class_m_o_a_i_json_parser.html#a8a54a1ba7713169274da4d22ac31690d]=]}, MOAIKeyboardSensor = [=[Hardware keyboard sensor]=], ["MOAIKeyboardSensor.keyDown"] = {[=[]=], [=[class_m_o_a_i_keyboard_sensor.html#adc0460e482aa792aa6e6be3f4d852177]=]}, ["MOAIKeyboardSensor.keyIsDown"] = {[=[]=], [=[class_m_o_a_i_keyboard_sensor.html#af2840207a87f175c3ba35f25331810e0]=]}, ["MOAIKeyboardSensor.keyIsUp"] = {[=[]=], [=[class_m_o_a_i_keyboard_sensor.html#a959c251ff516f8f2122dd1c2d33600a4]=]}, ["MOAIKeyboardSensor.keyUp"] = {[=[]=], [=[class_m_o_a_i_keyboard_sensor.html#aa6d07e84d9d98554a0a97e4fa32ae7c2]=]}, ["MOAIKeyboardSensor.setCallback"] = {[=[]=], [=[class_m_o_a_i_keyboard_sensor.html#a5c301e8a0aaf30480e7904449337b5c4]=]}, MOAILayer = [=[Scene controls class.]=], ["MOAILayer.addLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1d95ecd8b324fb998dd6280da33eae8c]=]}, ["MOAILayer.addPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#ad7bbbf6dbda8efbd1ce6a89b4d344d53]=]}, ["MOAILayer.addRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e0e6f3a9d3086571bc2bec41cd67fea]=]}, ["MOAILayer.addScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aab03b4bc84ff1da7018ba669836b06e5]=]}, ["MOAILayer.clear"] = {[=[]=], [=[class_m_o_a_i_layer.html#a685a2785ebc7727fb9da8a011c3b0f43]=]}, ["MOAILayer.getFitting"] = {[=[]=], [=[class_m_o_a_i_layer.html#a731504ce8357072912c065c5c3111120]=]}, ["MOAILayer.getLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a2a84c9a30de57ba6904779ece1dd7883]=]}, ["MOAILayer.getPartition"] = {[=[]=], [=[class_m_o_a_i_layer.html#a507c7bf378a1327a3df9fbbd6586e8db]=]}, ["MOAILayer.getPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#aedf30c9d6792bc2731ec1a5dffb8118f]=]}, ["MOAILayer.getRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a552429b6a3a9437e4107818559d2dcfd]=]}, ["MOAILayer.getScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#afbb907313b3f161417d11046e122c644]=]}, ["MOAILayer.getSortMode"] = {[=[]=], [=[class_m_o_a_i_layer.html#aa34d97c0059a93849b7273df3314ac64]=]}, ["MOAILayer.getSortScale"] = {[=[]=], [=[class_m_o_a_i_layer.html#aa4f8c7f394e78b9ae58b2addfff95b1d]=]}, ["MOAILayer.getWorldDir"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#aa74f8dd96ec1b9831e4e83bac2d14589]=]}, ["MOAILayer.getWorldLoc"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#a7146339798a8adb67462ac7bea87e4e3]=]}, ["MOAILayer.getWorldRot"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#abd51e63670b76ec86eecb973afafae2a]=]}, ["MOAILayer.getWorldScl"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#ab4ff07495fe7bcfea00e5f2e503889ef]=]}, ["MOAILayer.insertProp"] = {[=[]=], [=[class_m_o_a_i_layer.html#a19ee8208e811ce0728ab218ea13cd2bb]=]}, ["MOAILayer.modelToWorld"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa4ccc1ce2c967ec0849705e7a431d608]=]}, ["MOAILayer.move"] = {[=[]=], [=[class_m_o_a_i_transform.html#a5f0a181010b242cd53fe9c50a068f8df]=]}, ["MOAILayer.moveColor"] = {[=[]=], [=[class_m_o_a_i_color.html#a04a45c7fac26dc38ecad468b6ecb6c42]=]}, ["MOAILayer.moveLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa742fa3239c5dcfa9592b896da44fb70]=]}, ["MOAILayer.movePiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a80fe4650dcc02139c9bdd329e8f08ea0]=]}, ["MOAILayer.moveRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6c61741169479f546159360ab41b7180]=]}, ["MOAILayer.moveScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae6a727e19767c253ed4d2ed5a6ceabff]=]}, ["MOAILayer.removeProp"] = {[=[]=], [=[class_m_o_a_i_layer.html#ab936415c8be06e0406c506a1810d73c3]=]}, ["MOAILayer.seek"] = {[=[]=], [=[class_m_o_a_i_transform.html#acaee6f1a5cea3ca57d6e7594023cf718]=]}, ["MOAILayer.seekColor"] = {[=[]=], [=[class_m_o_a_i_color.html#ad65bf55d287cde9961adf426d3d92fa1]=]}, ["MOAILayer.seekLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae2aaa51c0e673b34d3e0b9d8e81071cb]=]}, ["MOAILayer.seekPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a014ad564f7406986eec7f55c1dada4bb]=]}, ["MOAILayer.seekRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#aecf206995242a1a00ab7a826df78db44]=]}, ["MOAILayer.seekScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aed613116af8f1e1d40e45737cb032312]=]}, ["MOAILayer.setBox2DWorld"] = {[=[]=], [=[class_m_o_a_i_layer.html#a703875f80aa363767a47451a0b420940]=]}, ["MOAILayer.setCamera"] = {[=[]=], [=[class_m_o_a_i_layer.html#a730be2c58c213798a2b6d620c5c16280]=]}, ["MOAILayer.setColor"] = {[=[]=], [=[class_m_o_a_i_color.html#ab3634e8f57dcb7322a31fe3440b569fe]=]}, ["MOAILayer.setCpSpace"] = {[=[]=], [=[class_m_o_a_i_layer.html#aca1432c8aad43c1799b201dfb236ca14]=]}, ["MOAILayer.setFrameBuffer"] = {[=[]=], [=[class_m_o_a_i_layer.html#a54e8e806c6c635c9abd4a9e62f700524]=]}, ["MOAILayer.setLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0a26e965fea3ac4d7fb9e8245e8dbbca]=]}, ["MOAILayer.setParallax"] = {[=[]=], [=[class_m_o_a_i_layer.html#a048abcf766d07b940f4733daf3a86010]=]}, ["MOAILayer.setPartition"] = {[=[]=], [=[class_m_o_a_i_layer.html#a4d680d11898476c8d198a2c4329862ec]=]}, ["MOAILayer.setPartitionCull2D"] = {[=[]=], [=[class_m_o_a_i_layer.html#ad9355b9b35c2eacfd007072a4ec1ba72]=]}, ["MOAILayer.setPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0ab70d88711062ae74fa60f1a59b4f21]=]}, ["MOAILayer.setRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a45cffdb38ba2028c1ba036f6e40bbc8e]=]}, ["MOAILayer.setScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1daf277717539ea6a5d061fa616eb0bb]=]}, ["MOAILayer.setShearByX"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e322ebebd418731855eeffa337295ef]=]}, ["MOAILayer.setShearByY"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6751452434926bd5421eff24b8ff6a42]=]}, ["MOAILayer.setShearByZ"] = {[=[]=], [=[class_m_o_a_i_transform.html#aacfbff64fe4e5eb4245d7598582fbb0c]=]}, ["MOAILayer.setSortMode"] = {[=[]=], [=[class_m_o_a_i_layer.html#a4929d0c04c75ca2ec6ef4112f821c328]=]}, ["MOAILayer.setSortScale"] = {[=[]=], [=[class_m_o_a_i_layer.html#a50f5e62082ddf21b7cb30eb28acaf522]=]}, ["MOAILayer.setViewport"] = {[=[]=], [=[class_m_o_a_i_layer.html#af7b9573e24c4d2d78d77986734fa8cd9]=]}, ["MOAILayer.showDebugLines"] = {[=[]=], [=[class_m_o_a_i_layer.html#ae6fea5b131bdc9629ccc791ea4eef1fe]=]}, ["MOAILayer.wndToWorld"] = {[=[]=], [=[class_m_o_a_i_layer.html#a198998e3c3ee3e203c5f77cce7b92aa3]=]}, ["MOAILayer.worldToModel"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6684f042aae150e821dfa50c35c097f0]=]}, ["MOAILayer.worldToWnd"] = {[=[]=], [=[class_m_o_a_i_layer.html#a5b2ecfb2ad9d7e86ee578fbe9cd3a5e6]=]}, MOAILayer2D = [=[2D layer.]=], ["MOAILayer2D.addLoc"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a34771c207808995c983bcfacb43e52e6]=]}, ["MOAILayer2D.addPiv"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a986eebb850eb075f5b3eee7845d220d8]=]}, ["MOAILayer2D.addRot"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a12c6766cba3d4837ad2f908fc1396b24]=]}, ["MOAILayer2D.addScl"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#adc2004fb55aa44c9aa22a42d5a4e7edd]=]}, ["MOAILayer2D.clear"] = {[=[]=], [=[class_m_o_a_i_layer2_d.html#a39acbf90b799b1f357c4bb2b36a8e1eb]=]}, ["MOAILayer2D.getFitting"] = {[=[]=], [=[class_m_o_a_i_layer2_d.html#a1e15fb73a7c54ea23fbe932353816418]=]}, ["MOAILayer2D.getGrid"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a0f8ce765a8c44b4cba0a789259081faf]=]}, ["MOAILayer2D.getIndex"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#ab495e8c05c2a0c56269462e4faf7e0db]=]}, ["MOAILayer2D.getLoc"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a22400e631257974bfb0b9e3c7e3d6bd5]=]}, ["MOAILayer2D.getPartition"] = {[=[]=], [=[class_m_o_a_i_layer2_d.html#adf7777c48c122919131e330090ded01a]=]}, ["MOAILayer2D.getPiv"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a52fbedf1bcac8c3469b1f01aa15b54d1]=]}, ["MOAILayer2D.getPriority"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a40dd1adae2328e20e89e95a6f623b150]=]}, ["MOAILayer2D.getRot"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a0cbf9b7aaa273c54c5b14549081836e9]=]}, ["MOAILayer2D.getScl"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a08901ef30601e4f9d5f1b3dca8ef4d12]=]}, ["MOAILayer2D.getSortMode"] = {[=[]=], [=[class_m_o_a_i_layer2_d.html#a5d28319e16ff663020920db160b6c2a6]=]}, ["MOAILayer2D.getSortScale"] = {[=[]=], [=[class_m_o_a_i_layer2_d.html#a5c8623f81ec497b1d4673cff9fff2041]=]}, ["MOAILayer2D.getWorldDir"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#aa74f8dd96ec1b9831e4e83bac2d14589]=]}, ["MOAILayer2D.getWorldLoc"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#a7146339798a8adb67462ac7bea87e4e3]=]}, ["MOAILayer2D.getWorldRot"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#abd51e63670b76ec86eecb973afafae2a]=]}, ["MOAILayer2D.getWorldScl"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#ab4ff07495fe7bcfea00e5f2e503889ef]=]}, ["MOAILayer2D.insertProp"] = {[=[]=], [=[class_m_o_a_i_layer2_d.html#a164c4af318302fe84384d685342cfd05]=]}, ["MOAILayer2D.inside"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a16e9fceeb76b14a91a2bf03e3e5e8815]=]}, ["MOAILayer2D.modelToWorld"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#ac97f3ef5eae9cda33dd9c2f3c2bee2ec]=]}, ["MOAILayer2D.move"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a703238a99b7ca35c859bc1fdd76a9184]=]}, ["MOAILayer2D.moveColor"] = {[=[]=], [=[class_m_o_a_i_color.html#a04a45c7fac26dc38ecad468b6ecb6c42]=]}, ["MOAILayer2D.moveLoc"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#acd24bff873fba8b018038ce04c9f5f88]=]}, ["MOAILayer2D.movePiv"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a446e3db7377a0d2bb7e1c06bfcff7e64]=]}, ["MOAILayer2D.moveRot"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#ade2136ff1eae1768f3822439c0e70810]=]}, ["MOAILayer2D.moveScl"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a7fe326ef7c8a4a6537edd312a1a0c2d1]=]}, ["MOAILayer2D.removeProp"] = {[=[]=], [=[class_m_o_a_i_layer2_d.html#af3e63e31e075953acf43f1609d2884a9]=]}, ["MOAILayer2D.seek"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#aa7918b8f605b9de6c14f91b62db5f409]=]}, ["MOAILayer2D.seekColor"] = {[=[]=], [=[class_m_o_a_i_color.html#ad65bf55d287cde9961adf426d3d92fa1]=]}, ["MOAILayer2D.seekLoc"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#ab34624ae895862c12af8090f530323ad]=]}, ["MOAILayer2D.seekPiv"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#abe524823923ede68c87a717e7648f777]=]}, ["MOAILayer2D.seekRot"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a2b6d6b49dc6d2c6c290e4bf41ec6caaf]=]}, ["MOAILayer2D.seekScl"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a679e8851a6743fbcfea1df2589173b3a]=]}, ["MOAILayer2D.setBlendMode"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a9372a78d4db11ec2f7a5a21355e73511]=]}, ["MOAILayer2D.setBox2DWorld"] = {[=[]=], [=[class_m_o_a_i_layer2_d.html#a19f9034bc96b1f5d440d7e6c2fa1ecd9]=]}, ["MOAILayer2D.setCamera"] = {[=[]=], [=[class_m_o_a_i_layer2_d.html#a80635f1f731ccfc1de2f3f19fe1c4c95]=]}, ["MOAILayer2D.setColor"] = {[=[]=], [=[class_m_o_a_i_color.html#ab3634e8f57dcb7322a31fe3440b569fe]=]}, ["MOAILayer2D.setCpSpace"] = {[=[]=], [=[class_m_o_a_i_layer2_d.html#a2ff70b322b538950ba29bf07e6b4508f]=]}, ["MOAILayer2D.setCullMode"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a660cda22535029f153623523abf734f2]=]}, ["MOAILayer2D.setDeck"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a040a3ef000eb2b2de78b1a48337fb987]=]}, ["MOAILayer2D.setDepthMask"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#aaefd20308bed940ca37dc443e8fd97a0]=]}, ["MOAILayer2D.setDepthTest"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a87033fb204fea09b9baf45a78cdb0531]=]}, ["MOAILayer2D.setExpandForSort"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a560af68ad78fe00916a4923ccfc94cc4]=]}, ["MOAILayer2D.setFrame"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a20b7653c3a21fc2bad025c51d0db384e]=]}, ["MOAILayer2D.setFrameBuffer"] = {[=[]=], [=[class_m_o_a_i_layer2_d.html#af4b2fe7a3377822cf7918b71fef38f92]=]}, ["MOAILayer2D.setGrid"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#ad46a46aad9821d2b90978825416894cb]=]}, ["MOAILayer2D.setGridScale"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#adcd90d04875aa496265077eb14e88973]=]}, ["MOAILayer2D.setIndex"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a0f47113a8fad4c6e768cf1c36df51d17]=]}, ["MOAILayer2D.setLoc"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a127e63534b8cb2f4e4039fc353f2dc51]=]}, ["MOAILayer2D.setParallax"] = {[=[]=], [=[class_m_o_a_i_layer2_d.html#a62fa1905bde47977bed4645090f17851]=]}, ["MOAILayer2D.setParent"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a5f64acf881a53c2f1e1436828f570589]=]}, ["MOAILayer2D.setPartition"] = {[=[]=], [=[class_m_o_a_i_layer2_d.html#a80095a7c83923935360c125578b0821c]=]}, ["MOAILayer2D.setPiv"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#abb6b327f54c2a9311dba6f319448d047]=]}, ["MOAILayer2D.setPriority"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a3785ab330903c3791f9729d64fa5fee2]=]}, ["MOAILayer2D.setRemapper"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#af4602263eadbd41af6cf5cbe04bf1284]=]}, ["MOAILayer2D.setRot"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#ad1db6d6ced421380693d962192abaf9c]=]}, ["MOAILayer2D.setScl"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a1bfd891dd1c4421d8946d092a54d44df]=]}, ["MOAILayer2D.setShader"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a510f34f2d90c1367a54ccdee8631df59]=]}, ["MOAILayer2D.setSortMode"] = {[=[]=], [=[class_m_o_a_i_layer2_d.html#aa57b263a7c4efe4170a9ca74cf8e2641]=]}, ["MOAILayer2D.setSortScale"] = {[=[]=], [=[class_m_o_a_i_layer2_d.html#a47681b9e5cc7ea846452f5754e80d1d1]=]}, ["MOAILayer2D.setTexture"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a3b31e86e822fce97d7e1f1c3e4319001]=]}, ["MOAILayer2D.setUVTransform"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#ae6cc70aa46d3478b8ce12ad13bfd516b]=]}, ["MOAILayer2D.setViewport"] = {[=[]=], [=[class_m_o_a_i_layer2_d.html#a5b8364ed9e188409de35c7f77be8455e]=]}, ["MOAILayer2D.setVisible"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#af8a9c022438d84630f671e0a668e7b21]=]}, ["MOAILayer2D.showDebugLines"] = {[=[]=], [=[class_m_o_a_i_layer2_d.html#ad2e27dc581f028fb3c7934cf036acab8]=]}, ["MOAILayer2D.wndToWorld"] = {[=[]=], [=[class_m_o_a_i_layer2_d.html#a5a3f330e8ef6f15763de4cfa2aeb952d]=]}, ["MOAILayer2D.worldToModel"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a813d9eaec94392b3567cfb7e811b3e48]=]}, ["MOAILayer2D.worldToWnd"] = {[=[]=], [=[class_m_o_a_i_layer2_d.html#aef3fdd34de593466f4acd4603518c6a7]=]}, MOAILayerBridge = [=[2D transform for connecting transforms across scenes. Useful for HUD overlay items and map pins]=], ["MOAILayerBridge.addLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1d95ecd8b324fb998dd6280da33eae8c]=]}, ["MOAILayerBridge.addPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#ad7bbbf6dbda8efbd1ce6a89b4d344d53]=]}, ["MOAILayerBridge.addRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e0e6f3a9d3086571bc2bec41cd67fea]=]}, ["MOAILayerBridge.addScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aab03b4bc84ff1da7018ba669836b06e5]=]}, ["MOAILayerBridge.getLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a2a84c9a30de57ba6904779ece1dd7883]=]}, ["MOAILayerBridge.getPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#aedf30c9d6792bc2731ec1a5dffb8118f]=]}, ["MOAILayerBridge.getRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a552429b6a3a9437e4107818559d2dcfd]=]}, ["MOAILayerBridge.getScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#afbb907313b3f161417d11046e122c644]=]}, ["MOAILayerBridge.getWorldDir"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#aa74f8dd96ec1b9831e4e83bac2d14589]=]}, ["MOAILayerBridge.getWorldLoc"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#a7146339798a8adb67462ac7bea87e4e3]=]}, ["MOAILayerBridge.getWorldRot"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#abd51e63670b76ec86eecb973afafae2a]=]}, ["MOAILayerBridge.getWorldScl"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#ab4ff07495fe7bcfea00e5f2e503889ef]=]}, ["MOAILayerBridge.init"] = {[=[]=], [=[class_m_o_a_i_layer_bridge.html#a7bf57b051d2906c7691ceca63978b7cf]=]}, ["MOAILayerBridge.modelToWorld"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa4ccc1ce2c967ec0849705e7a431d608]=]}, ["MOAILayerBridge.move"] = {[=[]=], [=[class_m_o_a_i_transform.html#a5f0a181010b242cd53fe9c50a068f8df]=]}, ["MOAILayerBridge.moveLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa742fa3239c5dcfa9592b896da44fb70]=]}, ["MOAILayerBridge.movePiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a80fe4650dcc02139c9bdd329e8f08ea0]=]}, ["MOAILayerBridge.moveRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6c61741169479f546159360ab41b7180]=]}, ["MOAILayerBridge.moveScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae6a727e19767c253ed4d2ed5a6ceabff]=]}, ["MOAILayerBridge.seek"] = {[=[]=], [=[class_m_o_a_i_transform.html#acaee6f1a5cea3ca57d6e7594023cf718]=]}, ["MOAILayerBridge.seekLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae2aaa51c0e673b34d3e0b9d8e81071cb]=]}, ["MOAILayerBridge.seekPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a014ad564f7406986eec7f55c1dada4bb]=]}, ["MOAILayerBridge.seekRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#aecf206995242a1a00ab7a826df78db44]=]}, ["MOAILayerBridge.seekScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aed613116af8f1e1d40e45737cb032312]=]}, ["MOAILayerBridge.setLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0a26e965fea3ac4d7fb9e8245e8dbbca]=]}, ["MOAILayerBridge.setParent"] = {[=[]=], [=[class_m_o_a_i_transform.html#ade884083513de1ef87979cf0de5f5b89]=]}, ["MOAILayerBridge.setPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0ab70d88711062ae74fa60f1a59b4f21]=]}, ["MOAILayerBridge.setRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a45cffdb38ba2028c1ba036f6e40bbc8e]=]}, ["MOAILayerBridge.setScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1daf277717539ea6a5d061fa616eb0bb]=]}, ["MOAILayerBridge.setShearByX"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e322ebebd418731855eeffa337295ef]=]}, ["MOAILayerBridge.setShearByY"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6751452434926bd5421eff24b8ff6a42]=]}, ["MOAILayerBridge.setShearByZ"] = {[=[]=], [=[class_m_o_a_i_transform.html#aacfbff64fe4e5eb4245d7598582fbb0c]=]}, ["MOAILayerBridge.worldToModel"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6684f042aae150e821dfa50c35c097f0]=]}, MOAILocationSensor = [=[Location services sensor]=], ["MOAILocationSensor.getLocation"] = {[=[]=], [=[class_m_o_a_i_location_sensor.html#ae1e7ec5e7ca70530d5104467bbf0552c]=]}, ["MOAILocationSensor.setCallback"] = {[=[]=], [=[class_m_o_a_i_location_sensor.html#a743c1592959aa50b52a777d668d045e4]=]}, MOAILogMgr = [=[Singleton for managing debug log messages and log level.]=], ["MOAILogMgr.closeFile"] = {[=[]=], [=[class_m_o_a_i_log_mgr.html#a2de1f68d3712e9760c296f42c18611f4]=]}, ["MOAILogMgr.isDebugBuild"] = {[=[]=], [=[class_m_o_a_i_log_mgr.html#ab5ea5e77292f32b433a14f9a6172aed9]=]}, ["MOAILogMgr.log"] = {[=[]=], [=[class_m_o_a_i_log_mgr.html#a55245afce863df5eede9362c04e00861]=]}, ["MOAILogMgr.openFile"] = {[=[]=], [=[class_m_o_a_i_log_mgr.html#a548be655ff8457dac2e13d690e14b62e]=]}, ["MOAILogMgr.registerLogMessage"] = {[=[]=], [=[class_m_o_a_i_log_mgr.html#a406cb57d354cd06224def2ac96e7577c]=]}, ["MOAILogMgr.setLogLevel"] = {[=[]=], [=[class_m_o_a_i_log_mgr.html#a00c691bc75af526bc7bdf9431b336518]=]}, MOAIMesh = [=[Loads a texture and renders the contents of a vertex buffer. Grid drawing not supported.]=], ["MOAIMesh.setIndexBuffer"] = {[=[]=], [=[class_m_o_a_i_mesh.html#ab702dbabd0cdeaa29e619f1343b24745]=]}, ["MOAIMesh.setPenWidth"] = {[=[]=], [=[class_m_o_a_i_mesh.html#aa2b99e6cdd4cdc18e1ee8dc934d53798]=]}, ["MOAIMesh.setPointSize"] = {[=[]=], [=[class_m_o_a_i_mesh.html#a572e08648d3d6594b596dce591befa2d]=]}, ["MOAIMesh.setPrimType"] = {[=[]=], [=[class_m_o_a_i_mesh.html#ac2f673aeaa31196b25b2ca8d6a74449f]=]}, ["MOAIMesh.setShader"] = {[=[]=], [=[class_m_o_a_i_deck.html#a0c31aac0b41ff6c294976c21cd5a2f44]=]}, ["MOAIMesh.setTexture"] = {[=[]=], [=[class_m_o_a_i_deck.html#aacd9a174a58a75d313b99f7b505a178f]=]}, ["MOAIMesh.setVertexBuffer"] = {[=[]=], [=[class_m_o_a_i_mesh.html#a22833e212e96d353d42a3ab216be9b9b]=]}, MOAIMotionSensor = [=[Gravity/acceleration sensor]=], ["MOAIMotionSensor.getLevel"] = {[=[]=], [=[class_m_o_a_i_motion_sensor.html#aa0830b12cd950e07c89f30c8ed8bc1a3]=]}, ["MOAIMotionSensor.setCallback"] = {[=[]=], [=[class_m_o_a_i_motion_sensor.html#a841560d27ae36ee037f53662313c037c]=]}, MOAIMultiTexture = [=[Attay of textures for multi-texturing]=], ["MOAIMultiTexture.reserve"] = {[=[]=], [=[class_m_o_a_i_multi_texture.html#aba9531e3e509edd03ce6824025698dc7]=]}, ["MOAIMultiTexture.setTexture"] = {[=[]=], [=[class_m_o_a_i_multi_texture.html#a6fd3fa49594c61bb479f2d4cbfaf4def]=]}, MOAINode = [=[Base for all attribute bearing Moai objects and dependency graph nodes]=], ["MOAINode.clearAttrLink"] = {[=[]=], [=[class_m_o_a_i_node.html#ad5d7b6842ddc21f359152031643e5bf3]=]}, ["MOAINode.clearNodeLink"] = {[=[]=], [=[class_m_o_a_i_node.html#af8fd4d2738ce1bf131d3102d82743efc]=]}, ["MOAINode.forceUpdate"] = {[=[]=], [=[class_m_o_a_i_node.html#a8c014abd0ba0cb3b58258a54729ac737]=]}, ["MOAINode.getAttr"] = {[=[]=], [=[class_m_o_a_i_node.html#a9421622aae5194d4c732541d3332c135]=]}, ["MOAINode.getAttrLink"] = {[=[]=], [=[class_m_o_a_i_node.html#a5a4577abd900bfd3bee54a2d98909812]=]}, ["MOAINode.moveAttr"] = {[=[]=], [=[class_m_o_a_i_node.html#aca16ec061f5743e81d54a6262ef77eba]=]}, ["MOAINode.scheduleUpdate"] = {[=[]=], [=[class_m_o_a_i_node.html#ac3d16335cfccd3664cec93675e037a09]=]}, ["MOAINode.seekAttr"] = {[=[]=], [=[class_m_o_a_i_node.html#ad84da1eb3c8ef39139cad9d6b6419938]=]}, ["MOAINode.setAttr"] = {[=[]=], [=[class_m_o_a_i_node.html#a18b791c8b9c76985c8c50e3c0c102dbf]=]}, ["MOAINode.setAttrLink"] = {[=[]=], [=[class_m_o_a_i_node.html#a16aba4c14ec49f4ea3ea8047cf33a970]=]}, ["MOAINode.setNodeLink"] = {[=[]=], [=[class_m_o_a_i_node.html#ac6f8d378b7a065ba2af9ce73fb400262]=]}, MOAINotificationsAndroid = [=[Wrapper for push notification integration on Android devices. Exposed to lua via MOAINotifications on all mobile platforms.]=], ["MOAINotificationsAndroid.REMOTE_NOTIFICATION_REGISTRATION_COMPLETE"] = [=[Event code for notification registration completion.]=], ["MOAINotificationsAndroid.REMOTE_NOTIFICATION_MESSAGE_RECEIVED"] = [=[Event code for a push notification message receipt.]=], ["MOAINotificationsAndroid.REMOTE_NOTIFICATION_RESULT_REGISTERED"] = [=[Error code for a successful notification registration.]=], ["MOAINotificationsAndroid.REMOTE_NOTIFICATION_RESULT_UNREGISTERED"] = [=[Error code for a successful notification deregistration.]=], ["MOAINotificationsAndroid.REMOTE_NOTIFICATION_RESULT_ERROR"] = [=[Error code for a failed notification registration or deregistration.]=], ["MOAINotificationsAndroid.REMOTE_NOTIFICATION_NONE"] = [=[Notification type none. Unused.]=], ["MOAINotificationsAndroid.REMOTE_NOTIFICATION_BADGE"] = [=[Notification type icon badges. Unused.]=], ["MOAINotificationsAndroid.REMOTE_NOTIFICATION_SOUND"] = [=[Notification type sound. Unused.]=], ["MOAINotificationsAndroid.REMOTE_NOTIFICATION_ALERT"] = [=[Notification type alerts. Unused.]=], ["MOAINotificationsAndroid.getAppIconBadgeNumber"] = {[=[]=], [=[class_m_o_a_i_notifications_android.html#ac40cb769942c8f4bf46705e0d635bace]=]}, ["MOAINotificationsAndroid.registerForRemoteNotifications"] = {[=[]=], [=[class_m_o_a_i_notifications_android.html#a13663ebadee575290670e296cb4fb528]=]}, ["MOAINotificationsAndroid.setAppIconBadgeNumber"] = {[=[]=], [=[class_m_o_a_i_notifications_android.html#a83f90f7fbbc3e208b911c710f5e38c9b]=]}, ["MOAINotificationsAndroid.unregisterForRemoteNotifications"] = {[=[]=], [=[class_m_o_a_i_notifications_android.html#a90ac6fe8888f6cab359f3463f5a73334]=]}, MOAINotificationsIOS = [=[Wrapper for push notification integration on iOS devices. Exposed to lua via MOAINotifications on all mobile platforms.]=], ["MOAINotificationsIOS.REMOTE_NOTIFICATION_REGISTRATION_COMPLETE"] = [=[Event code for notification registration completion.]=], ["MOAINotificationsIOS.REMOTE_NOTIFICATION_MESSAGE_RECEIVED"] = [=[Event code for a push notification message receipt.]=], ["MOAINotificationsIOS.REMOTE_NOTIFICATION_RESULT_REGISTERED"] = [=[Error code for a successful notification registration.]=], ["MOAINotificationsIOS.REMOTE_NOTIFICATION_RESULT_UNREGISTERED"] = [=[Error code for a successful notification deregistration.]=], ["MOAINotificationsIOS.REMOTE_NOTIFICATION_RESULT_ERROR"] = [=[Error code for a failed notification registration or deregistration.]=], ["MOAINotificationsIOS.REMOTE_NOTIFICATION_NONE"] = [=[Notification type none.]=], ["MOAINotificationsIOS.REMOTE_NOTIFICATION_BADGE"] = [=[Notification type icon badges.]=], ["MOAINotificationsIOS.REMOTE_NOTIFICATION_SOUND"] = [=[Notification type sound.]=], ["MOAINotificationsIOS.REMOTE_NOTIFICATION_ALERT"] = [=[Notification type alerts.]=], ["MOAINotificationsIOS.getAppIconBadgeNumber"] = {[=[]=], [=[class_m_o_a_i_notifications_i_o_s.html#ab6fbd506e366402d91ef21b67977a63a]=]}, ["MOAINotificationsIOS.registerForRemoteNotifications"] = {[=[]=], [=[class_m_o_a_i_notifications_i_o_s.html#ab6b470fcb743b8cb1782a03b9b4ea6ba]=]}, ["MOAINotificationsIOS.setAppIconBadgeNumber"] = {[=[]=], [=[class_m_o_a_i_notifications_i_o_s.html#a5e3c084ad176f605f4f68282b247d4a8]=]}, ["MOAINotificationsIOS.unregisterForRemoteNotifications"] = {[=[]=], [=[class_m_o_a_i_notifications_i_o_s.html#a02cede09431d00438bddb4f4f35779bb]=]}, MOAIParser = [=[Parses strings using a LALR parser. Generates an abstract syntax tree that may then be traversed in Lua. To use, load a CGT file generated by GOLD Parser Builder. Thanks to Devin Cook: http://www.devincook.com/goldparser]=], ["MOAIParser.loadFile"] = {[=[]=], [=[class_m_o_a_i_parser.html#a3d23734f413ad57d0c11bf02bac00370]=]}, ["MOAIParser.loadRules"] = {[=[]=], [=[class_m_o_a_i_parser.html#aba6dce9153c613b8b759d13d51ec33d5]=]}, ["MOAIParser.loadString"] = {[=[]=], [=[class_m_o_a_i_parser.html#a19543ef5d1fd87afbdfe893866b5f7f4]=]}, ["MOAIParser.setCallbacks"] = {[=[]=], [=[class_m_o_a_i_parser.html#a2ef3fdb71baf79c3a10809a1b5f31dff]=]}, ["MOAIParser.traverse"] = {[=[]=], [=[class_m_o_a_i_parser.html#ac8b75d48852c96926347e9185db0901d]=]}, MOAIParticleDistanceEmitter = [=[Particle emitter]=], ["MOAIParticleDistanceEmitter.addLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1d95ecd8b324fb998dd6280da33eae8c]=]}, ["MOAIParticleDistanceEmitter.addPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#ad7bbbf6dbda8efbd1ce6a89b4d344d53]=]}, ["MOAIParticleDistanceEmitter.addRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e0e6f3a9d3086571bc2bec41cd67fea]=]}, ["MOAIParticleDistanceEmitter.addScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aab03b4bc84ff1da7018ba669836b06e5]=]}, ["MOAIParticleDistanceEmitter.getLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a2a84c9a30de57ba6904779ece1dd7883]=]}, ["MOAIParticleDistanceEmitter.getPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#aedf30c9d6792bc2731ec1a5dffb8118f]=]}, ["MOAIParticleDistanceEmitter.getRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a552429b6a3a9437e4107818559d2dcfd]=]}, ["MOAIParticleDistanceEmitter.getScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#afbb907313b3f161417d11046e122c644]=]}, ["MOAIParticleDistanceEmitter.getWorldDir"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#aa74f8dd96ec1b9831e4e83bac2d14589]=]}, ["MOAIParticleDistanceEmitter.getWorldLoc"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#a7146339798a8adb67462ac7bea87e4e3]=]}, ["MOAIParticleDistanceEmitter.getWorldRot"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#abd51e63670b76ec86eecb973afafae2a]=]}, ["MOAIParticleDistanceEmitter.getWorldScl"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#ab4ff07495fe7bcfea00e5f2e503889ef]=]}, ["MOAIParticleDistanceEmitter.modelToWorld"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa4ccc1ce2c967ec0849705e7a431d608]=]}, ["MOAIParticleDistanceEmitter.move"] = {[=[]=], [=[class_m_o_a_i_transform.html#a5f0a181010b242cd53fe9c50a068f8df]=]}, ["MOAIParticleDistanceEmitter.moveLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa742fa3239c5dcfa9592b896da44fb70]=]}, ["MOAIParticleDistanceEmitter.movePiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a80fe4650dcc02139c9bdd329e8f08ea0]=]}, ["MOAIParticleDistanceEmitter.moveRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6c61741169479f546159360ab41b7180]=]}, ["MOAIParticleDistanceEmitter.moveScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae6a727e19767c253ed4d2ed5a6ceabff]=]}, ["MOAIParticleDistanceEmitter.reset"] = {[=[]=], [=[class_m_o_a_i_particle_distance_emitter.html#ae5f07477182905d7264f8945f9666661]=]}, ["MOAIParticleDistanceEmitter.seek"] = {[=[]=], [=[class_m_o_a_i_transform.html#acaee6f1a5cea3ca57d6e7594023cf718]=]}, ["MOAIParticleDistanceEmitter.seekLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae2aaa51c0e673b34d3e0b9d8e81071cb]=]}, ["MOAIParticleDistanceEmitter.seekPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a014ad564f7406986eec7f55c1dada4bb]=]}, ["MOAIParticleDistanceEmitter.seekRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#aecf206995242a1a00ab7a826df78db44]=]}, ["MOAIParticleDistanceEmitter.seekScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aed613116af8f1e1d40e45737cb032312]=]}, ["MOAIParticleDistanceEmitter.setAngle"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a53a31e1fc59cca342dde41b2c179ccfa]=]}, ["MOAIParticleDistanceEmitter.setDistance"] = {[=[]=], [=[class_m_o_a_i_particle_distance_emitter.html#a4b96a02fcf6d9ad05ffcd350cd4efdfe]=]}, ["MOAIParticleDistanceEmitter.setEmission"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a04faf568f79711def9979bfbf29e3815]=]}, ["MOAIParticleDistanceEmitter.setLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0a26e965fea3ac4d7fb9e8245e8dbbca]=]}, ["MOAIParticleDistanceEmitter.setMagnitude"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a92238fc77234c796278773a0ac05a09a]=]}, ["MOAIParticleDistanceEmitter.setParent"] = {[=[]=], [=[class_m_o_a_i_transform.html#ade884083513de1ef87979cf0de5f5b89]=]}, ["MOAIParticleDistanceEmitter.setPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0ab70d88711062ae74fa60f1a59b4f21]=]}, ["MOAIParticleDistanceEmitter.setRadius"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a5d8816a5b2d208e6d90b3bcb1c8c03ce]=]}, ["MOAIParticleDistanceEmitter.setRect"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a228cda63a81c2cc65fa2660e8a18515b]=]}, ["MOAIParticleDistanceEmitter.setRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a45cffdb38ba2028c1ba036f6e40bbc8e]=]}, ["MOAIParticleDistanceEmitter.setScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1daf277717539ea6a5d061fa616eb0bb]=]}, ["MOAIParticleDistanceEmitter.setShearByX"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e322ebebd418731855eeffa337295ef]=]}, ["MOAIParticleDistanceEmitter.setShearByY"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6751452434926bd5421eff24b8ff6a42]=]}, ["MOAIParticleDistanceEmitter.setShearByZ"] = {[=[]=], [=[class_m_o_a_i_transform.html#aacfbff64fe4e5eb4245d7598582fbb0c]=]}, ["MOAIParticleDistanceEmitter.setSystem"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a41f0565d1c4b539602d5cf61decf0344]=]}, ["MOAIParticleDistanceEmitter.surge"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a58141b7cfffa972b3576b71b21efc9b5]=]}, ["MOAIParticleDistanceEmitter.worldToModel"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6684f042aae150e821dfa50c35c097f0]=]}, MOAIParticleEmitter = [=[Particle emitter]=], ["MOAIParticleEmitter.addLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1d95ecd8b324fb998dd6280da33eae8c]=]}, ["MOAIParticleEmitter.addPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#ad7bbbf6dbda8efbd1ce6a89b4d344d53]=]}, ["MOAIParticleEmitter.addRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e0e6f3a9d3086571bc2bec41cd67fea]=]}, ["MOAIParticleEmitter.addScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aab03b4bc84ff1da7018ba669836b06e5]=]}, ["MOAIParticleEmitter.getLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a2a84c9a30de57ba6904779ece1dd7883]=]}, ["MOAIParticleEmitter.getPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#aedf30c9d6792bc2731ec1a5dffb8118f]=]}, ["MOAIParticleEmitter.getRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a552429b6a3a9437e4107818559d2dcfd]=]}, ["MOAIParticleEmitter.getScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#afbb907313b3f161417d11046e122c644]=]}, ["MOAIParticleEmitter.getWorldDir"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#aa74f8dd96ec1b9831e4e83bac2d14589]=]}, ["MOAIParticleEmitter.getWorldLoc"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#a7146339798a8adb67462ac7bea87e4e3]=]}, ["MOAIParticleEmitter.getWorldRot"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#abd51e63670b76ec86eecb973afafae2a]=]}, ["MOAIParticleEmitter.getWorldScl"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#ab4ff07495fe7bcfea00e5f2e503889ef]=]}, ["MOAIParticleEmitter.modelToWorld"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa4ccc1ce2c967ec0849705e7a431d608]=]}, ["MOAIParticleEmitter.move"] = {[=[]=], [=[class_m_o_a_i_transform.html#a5f0a181010b242cd53fe9c50a068f8df]=]}, ["MOAIParticleEmitter.moveLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa742fa3239c5dcfa9592b896da44fb70]=]}, ["MOAIParticleEmitter.movePiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a80fe4650dcc02139c9bdd329e8f08ea0]=]}, ["MOAIParticleEmitter.moveRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6c61741169479f546159360ab41b7180]=]}, ["MOAIParticleEmitter.moveScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae6a727e19767c253ed4d2ed5a6ceabff]=]}, ["MOAIParticleEmitter.seek"] = {[=[]=], [=[class_m_o_a_i_transform.html#acaee6f1a5cea3ca57d6e7594023cf718]=]}, ["MOAIParticleEmitter.seekLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae2aaa51c0e673b34d3e0b9d8e81071cb]=]}, ["MOAIParticleEmitter.seekPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a014ad564f7406986eec7f55c1dada4bb]=]}, ["MOAIParticleEmitter.seekRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#aecf206995242a1a00ab7a826df78db44]=]}, ["MOAIParticleEmitter.seekScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aed613116af8f1e1d40e45737cb032312]=]}, ["MOAIParticleEmitter.setAngle"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a53a31e1fc59cca342dde41b2c179ccfa]=]}, ["MOAIParticleEmitter.setEmission"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a04faf568f79711def9979bfbf29e3815]=]}, ["MOAIParticleEmitter.setLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0a26e965fea3ac4d7fb9e8245e8dbbca]=]}, ["MOAIParticleEmitter.setMagnitude"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a92238fc77234c796278773a0ac05a09a]=]}, ["MOAIParticleEmitter.setParent"] = {[=[]=], [=[class_m_o_a_i_transform.html#ade884083513de1ef87979cf0de5f5b89]=]}, ["MOAIParticleEmitter.setPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0ab70d88711062ae74fa60f1a59b4f21]=]}, ["MOAIParticleEmitter.setRadius"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a5d8816a5b2d208e6d90b3bcb1c8c03ce]=]}, ["MOAIParticleEmitter.setRect"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a228cda63a81c2cc65fa2660e8a18515b]=]}, ["MOAIParticleEmitter.setRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a45cffdb38ba2028c1ba036f6e40bbc8e]=]}, ["MOAIParticleEmitter.setScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1daf277717539ea6a5d061fa616eb0bb]=]}, ["MOAIParticleEmitter.setShearByX"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e322ebebd418731855eeffa337295ef]=]}, ["MOAIParticleEmitter.setShearByY"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6751452434926bd5421eff24b8ff6a42]=]}, ["MOAIParticleEmitter.setShearByZ"] = {[=[]=], [=[class_m_o_a_i_transform.html#aacfbff64fe4e5eb4245d7598582fbb0c]=]}, ["MOAIParticleEmitter.setSystem"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a41f0565d1c4b539602d5cf61decf0344]=]}, ["MOAIParticleEmitter.surge"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a58141b7cfffa972b3576b71b21efc9b5]=]}, ["MOAIParticleEmitter.worldToModel"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6684f042aae150e821dfa50c35c097f0]=]}, MOAIParticleForce = [=[Particle force.]=], ["MOAIParticleForce.addLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1d95ecd8b324fb998dd6280da33eae8c]=]}, ["MOAIParticleForce.addPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#ad7bbbf6dbda8efbd1ce6a89b4d344d53]=]}, ["MOAIParticleForce.addRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e0e6f3a9d3086571bc2bec41cd67fea]=]}, ["MOAIParticleForce.addScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aab03b4bc84ff1da7018ba669836b06e5]=]}, ["MOAIParticleForce.getLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a2a84c9a30de57ba6904779ece1dd7883]=]}, ["MOAIParticleForce.getPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#aedf30c9d6792bc2731ec1a5dffb8118f]=]}, ["MOAIParticleForce.getRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a552429b6a3a9437e4107818559d2dcfd]=]}, ["MOAIParticleForce.getScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#afbb907313b3f161417d11046e122c644]=]}, ["MOAIParticleForce.getWorldDir"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#aa74f8dd96ec1b9831e4e83bac2d14589]=]}, ["MOAIParticleForce.getWorldLoc"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#a7146339798a8adb67462ac7bea87e4e3]=]}, ["MOAIParticleForce.getWorldRot"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#abd51e63670b76ec86eecb973afafae2a]=]}, ["MOAIParticleForce.getWorldScl"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#ab4ff07495fe7bcfea00e5f2e503889ef]=]}, ["MOAIParticleForce.initAttractor"] = {[=[]=], [=[class_m_o_a_i_particle_force.html#ad7b8c90a5cf354aa6abb79ee89a98f03]=]}, ["MOAIParticleForce.initBasin"] = {[=[]=], [=[class_m_o_a_i_particle_force.html#a5268cf8468c39e27e795a7dd37576c9a]=]}, ["MOAIParticleForce.initLinear"] = {[=[]=], [=[class_m_o_a_i_particle_force.html#a6b761d38256d239e708f720f685566dd]=]}, ["MOAIParticleForce.initRadial"] = {[=[]=], [=[class_m_o_a_i_particle_force.html#a68ba8f6e6c7cccf57ccc4f8c367f2207]=]}, ["MOAIParticleForce.modelToWorld"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa4ccc1ce2c967ec0849705e7a431d608]=]}, ["MOAIParticleForce.move"] = {[=[]=], [=[class_m_o_a_i_transform.html#a5f0a181010b242cd53fe9c50a068f8df]=]}, ["MOAIParticleForce.moveLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa742fa3239c5dcfa9592b896da44fb70]=]}, ["MOAIParticleForce.movePiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a80fe4650dcc02139c9bdd329e8f08ea0]=]}, ["MOAIParticleForce.moveRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6c61741169479f546159360ab41b7180]=]}, ["MOAIParticleForce.moveScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae6a727e19767c253ed4d2ed5a6ceabff]=]}, ["MOAIParticleForce.seek"] = {[=[]=], [=[class_m_o_a_i_transform.html#acaee6f1a5cea3ca57d6e7594023cf718]=]}, ["MOAIParticleForce.seekLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae2aaa51c0e673b34d3e0b9d8e81071cb]=]}, ["MOAIParticleForce.seekPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a014ad564f7406986eec7f55c1dada4bb]=]}, ["MOAIParticleForce.seekRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#aecf206995242a1a00ab7a826df78db44]=]}, ["MOAIParticleForce.seekScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aed613116af8f1e1d40e45737cb032312]=]}, ["MOAIParticleForce.setLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0a26e965fea3ac4d7fb9e8245e8dbbca]=]}, ["MOAIParticleForce.setParent"] = {[=[]=], [=[class_m_o_a_i_transform.html#ade884083513de1ef87979cf0de5f5b89]=]}, ["MOAIParticleForce.setPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0ab70d88711062ae74fa60f1a59b4f21]=]}, ["MOAIParticleForce.setRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a45cffdb38ba2028c1ba036f6e40bbc8e]=]}, ["MOAIParticleForce.setScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1daf277717539ea6a5d061fa616eb0bb]=]}, ["MOAIParticleForce.setShearByX"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e322ebebd418731855eeffa337295ef]=]}, ["MOAIParticleForce.setShearByY"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6751452434926bd5421eff24b8ff6a42]=]}, ["MOAIParticleForce.setShearByZ"] = {[=[]=], [=[class_m_o_a_i_transform.html#aacfbff64fe4e5eb4245d7598582fbb0c]=]}, ["MOAIParticleForce.setType"] = {[=[]=], [=[class_m_o_a_i_particle_force.html#a484973f4269a6e119b4b9f8b0c0f5a9c]=]}, ["MOAIParticleForce.worldToModel"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6684f042aae150e821dfa50c35c097f0]=]}, MOAIParticlePlugin = [=[Allows custom particle processing via C language callbacks]=], ["MOAIParticlePlugin.getSize"] = {[=[]=], [=[class_m_o_a_i_particle_plugin.html#a122280c4a200233ddd87d91501e0505b]=]}, MOAIParticleScript = [=[Particle script.]=], ["MOAIParticleScript.add"] = {[=[]=], [=[class_m_o_a_i_particle_script.html#a3b113a9772248eb038fa46f7434f0336]=]}, ["MOAIParticleScript.cos"] = {[=[]=], [=[class_m_o_a_i_particle_script.html#a3a92b889775390a90d91f21668d1afe0]=]}, ["MOAIParticleScript.cycle"] = {[=[]=], [=[class_m_o_a_i_particle_script.html#a87d5adbda54bb908f3e22659553a0c70]=]}, ["MOAIParticleScript.div"] = {[=[]=], [=[class_m_o_a_i_particle_script.html#a5aea0591e1664c43d75236eb500b3941]=]}, ["MOAIParticleScript.ease"] = {[=[]=], [=[class_m_o_a_i_particle_script.html#a38a0d9ebfac509b9e70b4e4b3c58bd01]=]}, ["MOAIParticleScript.easeDelta"] = {[=[]=], [=[class_m_o_a_i_particle_script.html#a61132a551ee62705fd738048f6ea7271]=]}, ["MOAIParticleScript.mul"] = {[=[]=], [=[class_m_o_a_i_particle_script.html#a061ec6090c08e2d3508d82cd431df165]=]}, ["MOAIParticleScript.packConst"] = {[=[]=], [=[class_m_o_a_i_particle_script.html#a7895252c08b8664e1bb1edfe60890670]=]}, ["MOAIParticleScript.packReg"] = {[=[]=], [=[class_m_o_a_i_particle_script.html#a42e329401ac41f99bf900366266c45ff]=]}, ["MOAIParticleScript.rand"] = {[=[]=], [=[class_m_o_a_i_particle_script.html#aa9103ed0deaa9399369f58724214e158]=]}, ["MOAIParticleScript.randVec"] = {[=[]=], [=[class_m_o_a_i_particle_script.html#a0368d96f37c15356cf14b9b4af606737]=]}, ["MOAIParticleScript.set"] = {[=[]=], [=[class_m_o_a_i_particle_script.html#a475e635745ffdb9269fb1183317e8ecb]=]}, ["MOAIParticleScript.sin"] = {[=[]=], [=[class_m_o_a_i_particle_script.html#ad21c2028cdac8f906581b2bf12a4cb48]=]}, ["MOAIParticleScript.sprite"] = {[=[]=], [=[class_m_o_a_i_particle_script.html#a4041a9aa7798a1ddf9750e8feffa7a2b]=]}, ["MOAIParticleScript.sub"] = {[=[]=], [=[class_m_o_a_i_particle_script.html#ac54ccbe059d4c6dd4a8bd7d19c04bed8]=]}, ["MOAIParticleScript.tan"] = {[=[]=], [=[class_m_o_a_i_particle_script.html#a029328cf29ae48a4a93854fc03b9386f]=]}, ["MOAIParticleScript.time"] = {[=[]=], [=[class_m_o_a_i_particle_script.html#aeb8ef98cc3d0fc3da291433f3edbfe57]=]}, ["MOAIParticleScript.vecAngle"] = {[=[]=], [=[class_m_o_a_i_particle_script.html#a969bf92eca680459473f2a7a4b148ee7]=]}, ["MOAIParticleScript.wrap"] = {[=[]=], [=[class_m_o_a_i_particle_script.html#a455884682de95ad0d49a233b4e73a330]=]}, MOAIParticleState = [=[Particle state]=], ["MOAIParticleState.clearForces"] = {[=[]=], [=[class_m_o_a_i_particle_state.html#a1f8dfd060b557070e5a7081f00f0d1bc]=]}, ["MOAIParticleState.pushForce"] = {[=[]=], [=[class_m_o_a_i_particle_state.html#a6136d728d5b42e9a9c5ef80f1e54c629]=]}, ["MOAIParticleState.setDamping"] = {[=[]=], [=[class_m_o_a_i_particle_state.html#aaaa8da6f463c09a654a999b01ac00e51]=]}, ["MOAIParticleState.setInitScript"] = {[=[]=], [=[class_m_o_a_i_particle_state.html#acb3f6989250725c79518b3f52dba63ea]=]}, ["MOAIParticleState.setMass"] = {[=[]=], [=[class_m_o_a_i_particle_state.html#aaa6701f078c9b14397c229ff22694049]=]}, ["MOAIParticleState.setNext"] = {[=[]=], [=[class_m_o_a_i_particle_state.html#a2aea88092ebba614ac4518a31019ea8b]=]}, ["MOAIParticleState.setPlugin"] = {[=[]=], [=[class_m_o_a_i_particle_state.html#a0d89a22662f95c2104f2a2c75245527c]=]}, ["MOAIParticleState.setRenderScript"] = {[=[]=], [=[class_m_o_a_i_particle_state.html#a42c4e76728a24bbf2bbceddf2d58dd5a]=]}, ["MOAIParticleState.setTerm"] = {[=[]=], [=[class_m_o_a_i_particle_state.html#a4b293a683e931306e69b1b16591bb4ee]=]}, MOAIParticleSystem = [=[Particle system]=], ["MOAIParticleSystem.addLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1d95ecd8b324fb998dd6280da33eae8c]=]}, ["MOAIParticleSystem.addPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#ad7bbbf6dbda8efbd1ce6a89b4d344d53]=]}, ["MOAIParticleSystem.addRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e0e6f3a9d3086571bc2bec41cd67fea]=]}, ["MOAIParticleSystem.addScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aab03b4bc84ff1da7018ba669836b06e5]=]}, ["MOAIParticleSystem.capParticles"] = {[=[]=], [=[class_m_o_a_i_particle_system.html#a4cf57696fa40fc85a6f0c64caf47f2ac]=]}, ["MOAIParticleSystem.capSprites"] = {[=[]=], [=[class_m_o_a_i_particle_system.html#a8d55e337c425cb69ba6220d48c080331]=]}, ["MOAIParticleSystem.clearSprites"] = {[=[]=], [=[class_m_o_a_i_particle_system.html#ae4c7020a9c5a38f7715039dac11e6baf]=]}, ["MOAIParticleSystem.getLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a2a84c9a30de57ba6904779ece1dd7883]=]}, ["MOAIParticleSystem.getPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#aedf30c9d6792bc2731ec1a5dffb8118f]=]}, ["MOAIParticleSystem.getRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a552429b6a3a9437e4107818559d2dcfd]=]}, ["MOAIParticleSystem.getScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#afbb907313b3f161417d11046e122c644]=]}, ["MOAIParticleSystem.getState"] = {[=[]=], [=[class_m_o_a_i_particle_system.html#ae0485666f2d4502e229b69b81b6b1e4c]=]}, ["MOAIParticleSystem.getWorldDir"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#aa74f8dd96ec1b9831e4e83bac2d14589]=]}, ["MOAIParticleSystem.getWorldLoc"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#a7146339798a8adb67462ac7bea87e4e3]=]}, ["MOAIParticleSystem.getWorldRot"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#abd51e63670b76ec86eecb973afafae2a]=]}, ["MOAIParticleSystem.getWorldScl"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#ab4ff07495fe7bcfea00e5f2e503889ef]=]}, ["MOAIParticleSystem.modelToWorld"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa4ccc1ce2c967ec0849705e7a431d608]=]}, ["MOAIParticleSystem.move"] = {[=[]=], [=[class_m_o_a_i_transform.html#a5f0a181010b242cd53fe9c50a068f8df]=]}, ["MOAIParticleSystem.moveColor"] = {[=[]=], [=[class_m_o_a_i_color.html#a04a45c7fac26dc38ecad468b6ecb6c42]=]}, ["MOAIParticleSystem.moveLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa742fa3239c5dcfa9592b896da44fb70]=]}, ["MOAIParticleSystem.movePiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a80fe4650dcc02139c9bdd329e8f08ea0]=]}, ["MOAIParticleSystem.moveRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6c61741169479f546159360ab41b7180]=]}, ["MOAIParticleSystem.moveScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae6a727e19767c253ed4d2ed5a6ceabff]=]}, ["MOAIParticleSystem.pushParticle"] = {[=[]=], [=[class_m_o_a_i_particle_system.html#a892b4b9e2cbde1a9b24d155493525668]=]}, ["MOAIParticleSystem.pushSprite"] = {[=[]=], [=[class_m_o_a_i_particle_system.html#ab3222ae0c57210a6262c578d062403c8]=]}, ["MOAIParticleSystem.reserveParticles"] = {[=[]=], [=[class_m_o_a_i_particle_system.html#a9b8e1a8df0c39397d7eaa6ed79212519]=]}, ["MOAIParticleSystem.reserveSprites"] = {[=[]=], [=[class_m_o_a_i_particle_system.html#a82cfa734cc756db85ab2dd25219cfe70]=]}, ["MOAIParticleSystem.reserveStates"] = {[=[]=], [=[class_m_o_a_i_particle_system.html#a90dfd1eeb5c59d2fcc192af2ce00fc07]=]}, ["MOAIParticleSystem.seek"] = {[=[]=], [=[class_m_o_a_i_transform.html#acaee6f1a5cea3ca57d6e7594023cf718]=]}, ["MOAIParticleSystem.seekColor"] = {[=[]=], [=[class_m_o_a_i_color.html#ad65bf55d287cde9961adf426d3d92fa1]=]}, ["MOAIParticleSystem.seekLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae2aaa51c0e673b34d3e0b9d8e81071cb]=]}, ["MOAIParticleSystem.seekPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a014ad564f7406986eec7f55c1dada4bb]=]}, ["MOAIParticleSystem.seekRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#aecf206995242a1a00ab7a826df78db44]=]}, ["MOAIParticleSystem.seekScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aed613116af8f1e1d40e45737cb032312]=]}, ["MOAIParticleSystem.setColor"] = {[=[]=], [=[class_m_o_a_i_color.html#ab3634e8f57dcb7322a31fe3440b569fe]=]}, ["MOAIParticleSystem.setLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0a26e965fea3ac4d7fb9e8245e8dbbca]=]}, ["MOAIParticleSystem.setPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0ab70d88711062ae74fa60f1a59b4f21]=]}, ["MOAIParticleSystem.setRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a45cffdb38ba2028c1ba036f6e40bbc8e]=]}, ["MOAIParticleSystem.setScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1daf277717539ea6a5d061fa616eb0bb]=]}, ["MOAIParticleSystem.setShearByX"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e322ebebd418731855eeffa337295ef]=]}, ["MOAIParticleSystem.setShearByY"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6751452434926bd5421eff24b8ff6a42]=]}, ["MOAIParticleSystem.setShearByZ"] = {[=[]=], [=[class_m_o_a_i_transform.html#aacfbff64fe4e5eb4245d7598582fbb0c]=]}, ["MOAIParticleSystem.setSpriteColor"] = {[=[]=], [=[class_m_o_a_i_particle_system.html#a4085bc62e420635a9006129411dc85dc]=]}, ["MOAIParticleSystem.setSpriteDeckIdx"] = {[=[]=], [=[class_m_o_a_i_particle_system.html#a6bebceb752fb625ac67cd39b3466661e]=]}, ["MOAIParticleSystem.setState"] = {[=[]=], [=[class_m_o_a_i_particle_system.html#a153d25f41718a5e32fee01022b568a98]=]}, ["MOAIParticleSystem.surge"] = {[=[]=], [=[class_m_o_a_i_particle_system.html#af51c68be2e5bf5f2d89739119fc21f0f]=]}, ["MOAIParticleSystem.worldToModel"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6684f042aae150e821dfa50c35c097f0]=]}, MOAIParticleTimedEmitter = [=[Particle emitter]=], ["MOAIParticleTimedEmitter.addLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1d95ecd8b324fb998dd6280da33eae8c]=]}, ["MOAIParticleTimedEmitter.addPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#ad7bbbf6dbda8efbd1ce6a89b4d344d53]=]}, ["MOAIParticleTimedEmitter.addRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e0e6f3a9d3086571bc2bec41cd67fea]=]}, ["MOAIParticleTimedEmitter.addScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aab03b4bc84ff1da7018ba669836b06e5]=]}, ["MOAIParticleTimedEmitter.getLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a2a84c9a30de57ba6904779ece1dd7883]=]}, ["MOAIParticleTimedEmitter.getPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#aedf30c9d6792bc2731ec1a5dffb8118f]=]}, ["MOAIParticleTimedEmitter.getRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a552429b6a3a9437e4107818559d2dcfd]=]}, ["MOAIParticleTimedEmitter.getScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#afbb907313b3f161417d11046e122c644]=]}, ["MOAIParticleTimedEmitter.getWorldDir"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#aa74f8dd96ec1b9831e4e83bac2d14589]=]}, ["MOAIParticleTimedEmitter.getWorldLoc"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#a7146339798a8adb67462ac7bea87e4e3]=]}, ["MOAIParticleTimedEmitter.getWorldRot"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#abd51e63670b76ec86eecb973afafae2a]=]}, ["MOAIParticleTimedEmitter.getWorldScl"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#ab4ff07495fe7bcfea00e5f2e503889ef]=]}, ["MOAIParticleTimedEmitter.modelToWorld"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa4ccc1ce2c967ec0849705e7a431d608]=]}, ["MOAIParticleTimedEmitter.move"] = {[=[]=], [=[class_m_o_a_i_transform.html#a5f0a181010b242cd53fe9c50a068f8df]=]}, ["MOAIParticleTimedEmitter.moveLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa742fa3239c5dcfa9592b896da44fb70]=]}, ["MOAIParticleTimedEmitter.movePiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a80fe4650dcc02139c9bdd329e8f08ea0]=]}, ["MOAIParticleTimedEmitter.moveRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6c61741169479f546159360ab41b7180]=]}, ["MOAIParticleTimedEmitter.moveScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae6a727e19767c253ed4d2ed5a6ceabff]=]}, ["MOAIParticleTimedEmitter.seek"] = {[=[]=], [=[class_m_o_a_i_transform.html#acaee6f1a5cea3ca57d6e7594023cf718]=]}, ["MOAIParticleTimedEmitter.seekLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae2aaa51c0e673b34d3e0b9d8e81071cb]=]}, ["MOAIParticleTimedEmitter.seekPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a014ad564f7406986eec7f55c1dada4bb]=]}, ["MOAIParticleTimedEmitter.seekRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#aecf206995242a1a00ab7a826df78db44]=]}, ["MOAIParticleTimedEmitter.seekScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aed613116af8f1e1d40e45737cb032312]=]}, ["MOAIParticleTimedEmitter.setAngle"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a53a31e1fc59cca342dde41b2c179ccfa]=]}, ["MOAIParticleTimedEmitter.setEmission"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a04faf568f79711def9979bfbf29e3815]=]}, ["MOAIParticleTimedEmitter.setFrequency"] = {[=[]=], [=[class_m_o_a_i_particle_timed_emitter.html#a8b2e37c1fc6bb500adb3b06c8843230a]=]}, ["MOAIParticleTimedEmitter.setLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0a26e965fea3ac4d7fb9e8245e8dbbca]=]}, ["MOAIParticleTimedEmitter.setMagnitude"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a92238fc77234c796278773a0ac05a09a]=]}, ["MOAIParticleTimedEmitter.setParent"] = {[=[]=], [=[class_m_o_a_i_transform.html#ade884083513de1ef87979cf0de5f5b89]=]}, ["MOAIParticleTimedEmitter.setPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0ab70d88711062ae74fa60f1a59b4f21]=]}, ["MOAIParticleTimedEmitter.setRadius"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a5d8816a5b2d208e6d90b3bcb1c8c03ce]=]}, ["MOAIParticleTimedEmitter.setRect"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a228cda63a81c2cc65fa2660e8a18515b]=]}, ["MOAIParticleTimedEmitter.setRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a45cffdb38ba2028c1ba036f6e40bbc8e]=]}, ["MOAIParticleTimedEmitter.setScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1daf277717539ea6a5d061fa616eb0bb]=]}, ["MOAIParticleTimedEmitter.setShearByX"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e322ebebd418731855eeffa337295ef]=]}, ["MOAIParticleTimedEmitter.setShearByY"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6751452434926bd5421eff24b8ff6a42]=]}, ["MOAIParticleTimedEmitter.setShearByZ"] = {[=[]=], [=[class_m_o_a_i_transform.html#aacfbff64fe4e5eb4245d7598582fbb0c]=]}, ["MOAIParticleTimedEmitter.setSystem"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a41f0565d1c4b539602d5cf61decf0344]=]}, ["MOAIParticleTimedEmitter.surge"] = {[=[]=], [=[class_m_o_a_i_particle_emitter.html#a58141b7cfffa972b3576b71b21efc9b5]=]}, ["MOAIParticleTimedEmitter.worldToModel"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6684f042aae150e821dfa50c35c097f0]=]}, MOAIPartition = [=[Class for optimizing spatial queries against sets of primitives. Configure for performance; default behavior is a simple list.]=], ["MOAIPartition.clear"] = {[=[]=], [=[class_m_o_a_i_partition.html#aeb75777b95f23e02127b85153a24720a]=]}, ["MOAIPartition.insertProp"] = {[=[]=], [=[class_m_o_a_i_partition.html#a3f2f5aab28774133bf9984fce1f43790]=]}, ["MOAIPartition.propForPoint"] = {[=[]=], [=[class_m_o_a_i_partition.html#adf0046e0c3d8ce69522b30a40485bb1c]=]}, ["MOAIPartition.propListForPoint"] = {[=[]=], [=[class_m_o_a_i_partition.html#a9d2e1a3c96320e22782350347f9625e9]=]}, ["MOAIPartition.propListForRect"] = {[=[]=], [=[class_m_o_a_i_partition.html#adc05f3a49f5bccc7b6a8be630bee6ecd]=]}, ["MOAIPartition.removeProp"] = {[=[]=], [=[class_m_o_a_i_partition.html#a0c5acfa11b59f1e71256406ef9c2d21d]=]}, ["MOAIPartition.reserveLevels"] = {[=[]=], [=[class_m_o_a_i_partition.html#a0fee1c6441222d4d52e3f189a0a97cb8]=]}, ["MOAIPartition.setLevel"] = {[=[]=], [=[class_m_o_a_i_partition.html#aceacb6ea7f5b4ac7b8eac6884aeb185c]=]}, ["MOAIPartition.setPlane"] = {[=[]=], [=[class_m_o_a_i_partition.html#ac7a6a02b740f2d3e4eb8f1d5d4584c91]=]}, MOAIPartitionResultBuffer = [=[Class for optimizing spatial queries against sets of primitives. Configure for performance; default behavior is a simple list]=], MOAIPathFinder = [=[Object for maintaining pathfinding state]=], ["MOAIPathFinder.findPath"] = {[=[]=], [=[class_m_o_a_i_path_finder.html#aef87bf10bf04ce55a55721cd02a11196]=]}, ["MOAIPathFinder.getGraph"] = {[=[]=], [=[class_m_o_a_i_path_finder.html#a999275e7c922b7d2ab98604633b2c957]=]}, ["MOAIPathFinder.getPathEntry"] = {[=[]=], [=[class_m_o_a_i_path_finder.html#a128aac0ca87e8427d3af65b698eb3cb8]=]}, ["MOAIPathFinder.getPathSize"] = {[=[]=], [=[class_m_o_a_i_path_finder.html#a24029a4acf7ef03d7f830f88ab306532]=]}, ["MOAIPathFinder.init"] = {[=[]=], [=[class_m_o_a_i_path_finder.html#ac3808037743ece4f39868fe922094622]=]}, ["MOAIPathFinder.reserveTerrainWeights"] = {[=[]=], [=[class_m_o_a_i_path_finder.html#a91a9d1b1895a2fd8ccacff03479290a5]=]}, ["MOAIPathFinder.setFlags"] = {[=[]=], [=[class_m_o_a_i_path_finder.html#ac7e008bbccaaf4f8dc31c524debffaf2]=]}, ["MOAIPathFinder.setGraph"] = {[=[]=], [=[class_m_o_a_i_path_finder.html#a7943bdac42c985092cecc67e91bd061c]=]}, ["MOAIPathFinder.setHeuristic"] = {[=[]=], [=[class_m_o_a_i_path_finder.html#aed0492f8a933e10cb21aadf003d5e3d3]=]}, ["MOAIPathFinder.setTerrainDeck"] = {[=[]=], [=[class_m_o_a_i_path_finder.html#aad5ef0e75b68c6d07943beb8d57a3ddc]=]}, ["MOAIPathFinder.setTerrainScale"] = {[=[]=], [=[class_m_o_a_i_path_finder.html#a1c0f20fce87fad415b2822807a8c02e2]=]}, ["MOAIPathFinder.setWeight"] = {[=[]=], [=[class_m_o_a_i_path_finder.html#ae24605df10047313a05cf11f0b823a85]=]}, MOAIPathTerrainDeck = [=[Terrain specifications for use with pathfinding graphs. Contains indexed terrain types for graph nodes]=], ["MOAIPathTerrainDeck.getMask"] = {[=[]=], [=[class_m_o_a_i_path_terrain_deck.html#a178df7431ddfddf396a97faf48ff8148]=]}, ["MOAIPathTerrainDeck.getTerrainVec"] = {[=[]=], [=[class_m_o_a_i_path_terrain_deck.html#a0381d0a3d792e64984e1961a597293a9]=]}, ["MOAIPathTerrainDeck.reserve"] = {[=[]=], [=[class_m_o_a_i_path_terrain_deck.html#a8cd0f542f3f59fa6e0c18e55008e9298]=]}, ["MOAIPathTerrainDeck.setMask"] = {[=[]=], [=[class_m_o_a_i_path_terrain_deck.html#ae6dfa8c0dc5f6c7a8850c41df686c468]=]}, ["MOAIPathTerrainDeck.setTerrainVec"] = {[=[]=], [=[class_m_o_a_i_path_terrain_deck.html#a259bba957bdd525af1a51c337d936899]=]}, MOAIPointerSensor = [=[Pointer sensor]=], ["MOAIPointerSensor.getLoc"] = {[=[]=], [=[class_m_o_a_i_pointer_sensor.html#a91dabfd4086a1083120695313ff30031]=]}, ["MOAIPointerSensor.setCallback"] = {[=[]=], [=[class_m_o_a_i_pointer_sensor.html#aabab289960e52223c807339a7a3d6b62]=]}, MOAIProp = [=[Base class for props.]=], ["MOAIProp.addLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1d95ecd8b324fb998dd6280da33eae8c]=]}, ["MOAIProp.addPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#ad7bbbf6dbda8efbd1ce6a89b4d344d53]=]}, ["MOAIProp.addRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e0e6f3a9d3086571bc2bec41cd67fea]=]}, ["MOAIProp.addScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aab03b4bc84ff1da7018ba669836b06e5]=]}, ["MOAIProp.getBounds"] = {[=[]=], [=[class_m_o_a_i_prop.html#a306522f83c72d0190161e6c9979bc0d1]=]}, ["MOAIProp.getGrid"] = {[=[]=], [=[class_m_o_a_i_prop.html#a3cbd5da7234e3b01f02cf074247c2509]=]}, ["MOAIProp.getIndex"] = {[=[]=], [=[class_m_o_a_i_prop.html#a3ea8f54a01cd57cad486947a7e290655]=]}, ["MOAIProp.getLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a2a84c9a30de57ba6904779ece1dd7883]=]}, ["MOAIProp.getPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#aedf30c9d6792bc2731ec1a5dffb8118f]=]}, ["MOAIProp.getPriority"] = {[=[]=], [=[class_m_o_a_i_prop.html#a4a91d8dcc4bde0dc856cd728bad72288]=]}, ["MOAIProp.getRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a552429b6a3a9437e4107818559d2dcfd]=]}, ["MOAIProp.getScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#afbb907313b3f161417d11046e122c644]=]}, ["MOAIProp.getWorldDir"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#aa74f8dd96ec1b9831e4e83bac2d14589]=]}, ["MOAIProp.getWorldLoc"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#a7146339798a8adb67462ac7bea87e4e3]=]}, ["MOAIProp.getWorldRot"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#abd51e63670b76ec86eecb973afafae2a]=]}, ["MOAIProp.getWorldScl"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#ab4ff07495fe7bcfea00e5f2e503889ef]=]}, ["MOAIProp.inside"] = {[=[]=], [=[class_m_o_a_i_prop.html#a806d685c99695a9efee7ee2466baea37]=]}, ["MOAIProp.modelToWorld"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa4ccc1ce2c967ec0849705e7a431d608]=]}, ["MOAIProp.move"] = {[=[]=], [=[class_m_o_a_i_transform.html#a5f0a181010b242cd53fe9c50a068f8df]=]}, ["MOAIProp.moveColor"] = {[=[]=], [=[class_m_o_a_i_color.html#a04a45c7fac26dc38ecad468b6ecb6c42]=]}, ["MOAIProp.moveLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa742fa3239c5dcfa9592b896da44fb70]=]}, ["MOAIProp.movePiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a80fe4650dcc02139c9bdd329e8f08ea0]=]}, ["MOAIProp.moveRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6c61741169479f546159360ab41b7180]=]}, ["MOAIProp.moveScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae6a727e19767c253ed4d2ed5a6ceabff]=]}, ["MOAIProp.seek"] = {[=[]=], [=[class_m_o_a_i_transform.html#acaee6f1a5cea3ca57d6e7594023cf718]=]}, ["MOAIProp.seekColor"] = {[=[]=], [=[class_m_o_a_i_color.html#ad65bf55d287cde9961adf426d3d92fa1]=]}, ["MOAIProp.seekLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae2aaa51c0e673b34d3e0b9d8e81071cb]=]}, ["MOAIProp.seekPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a014ad564f7406986eec7f55c1dada4bb]=]}, ["MOAIProp.seekRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#aecf206995242a1a00ab7a826df78db44]=]}, ["MOAIProp.seekScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aed613116af8f1e1d40e45737cb032312]=]}, ["MOAIProp.setBlendMode"] = {[=[]=], [=[class_m_o_a_i_prop.html#a347e1bb5aaf6007bb89cfc400d3409b1]=]}, ["MOAIProp.setColor"] = {[=[]=], [=[class_m_o_a_i_color.html#ab3634e8f57dcb7322a31fe3440b569fe]=]}, ["MOAIProp.setCullMode"] = {[=[]=], [=[class_m_o_a_i_prop.html#a753ac848f14017d4c4893e571ce5ade7]=]}, ["MOAIProp.setDeck"] = {[=[]=], [=[class_m_o_a_i_prop.html#a335401e8cc89a58604526c4a9f7da0d3]=]}, ["MOAIProp.setDepthMask"] = {[=[]=], [=[class_m_o_a_i_prop.html#a2be3116f1a2614bfcd188dad64d33c61]=]}, ["MOAIProp.setDepthTest"] = {[=[]=], [=[class_m_o_a_i_prop.html#acb62f205d63436a2c9d38e2aff14ab1d]=]}, ["MOAIProp.setExpandForSort"] = {[=[]=], [=[class_m_o_a_i_prop.html#ad131ba80c7773f91627d553386709fb2]=]}, ["MOAIProp.setFrame"] = {[=[]=], [=[class_m_o_a_i_prop.html#a0e427ac907b368daff6fedf82a3769df]=]}, ["MOAIProp.setGrid"] = {[=[]=], [=[class_m_o_a_i_prop.html#ace27286845654750b71820108f4d9840]=]}, ["MOAIProp.setGridScale"] = {[=[]=], [=[class_m_o_a_i_prop.html#a2151d680b9a4e60300fa248ec9c03c4f]=]}, ["MOAIProp.setIndex"] = {[=[]=], [=[class_m_o_a_i_prop.html#ad6c82fdd0d1b02df787b31a4f7fe0738]=]}, ["MOAIProp.setLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0a26e965fea3ac4d7fb9e8245e8dbbca]=]}, ["MOAIProp.setParent"] = {[=[]=], [=[class_m_o_a_i_prop.html#a432e4c2721b6498bc4db347269e52d3c]=]}, ["MOAIProp.setPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0ab70d88711062ae74fa60f1a59b4f21]=]}, ["MOAIProp.setPriority"] = {[=[]=], [=[class_m_o_a_i_prop.html#a83459f7f57a8a58059336104cd7e3bf3]=]}, ["MOAIProp.setRemapper"] = {[=[]=], [=[class_m_o_a_i_prop.html#aacf0e403ca90c6ae40afb90b2fd5ea85]=]}, ["MOAIProp.setRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a45cffdb38ba2028c1ba036f6e40bbc8e]=]}, ["MOAIProp.setScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1daf277717539ea6a5d061fa616eb0bb]=]}, ["MOAIProp.setShader"] = {[=[]=], [=[class_m_o_a_i_prop.html#acc9eaebd0d48c548994b2a0f2cd7d138]=]}, ["MOAIProp.setShearByX"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e322ebebd418731855eeffa337295ef]=]}, ["MOAIProp.setShearByY"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6751452434926bd5421eff24b8ff6a42]=]}, ["MOAIProp.setShearByZ"] = {[=[]=], [=[class_m_o_a_i_transform.html#aacfbff64fe4e5eb4245d7598582fbb0c]=]}, ["MOAIProp.setTexture"] = {[=[]=], [=[class_m_o_a_i_prop.html#a1b20d65127cb462158ba381660284ee5]=]}, ["MOAIProp.setUVTransform"] = {[=[]=], [=[class_m_o_a_i_prop.html#a380b73241446cd0d2c6d2af19f66ec72]=]}, ["MOAIProp.setVisible"] = {[=[]=], [=[class_m_o_a_i_prop.html#a2172da2d6cbe05c96872eb0b7db9be44]=]}, ["MOAIProp.worldToModel"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6684f042aae150e821dfa50c35c097f0]=]}, MOAIProp2D = [=[2D prop]=], ["MOAIProp2D.addLoc"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a34771c207808995c983bcfacb43e52e6]=]}, ["MOAIProp2D.addPiv"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a986eebb850eb075f5b3eee7845d220d8]=]}, ["MOAIProp2D.addRot"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a12c6766cba3d4837ad2f908fc1396b24]=]}, ["MOAIProp2D.addScl"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#adc2004fb55aa44c9aa22a42d5a4e7edd]=]}, ["MOAIProp2D.getGrid"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a0f8ce765a8c44b4cba0a789259081faf]=]}, ["MOAIProp2D.getIndex"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#ab495e8c05c2a0c56269462e4faf7e0db]=]}, ["MOAIProp2D.getLoc"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a22400e631257974bfb0b9e3c7e3d6bd5]=]}, ["MOAIProp2D.getPiv"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a52fbedf1bcac8c3469b1f01aa15b54d1]=]}, ["MOAIProp2D.getPriority"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a40dd1adae2328e20e89e95a6f623b150]=]}, ["MOAIProp2D.getRot"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a0cbf9b7aaa273c54c5b14549081836e9]=]}, ["MOAIProp2D.getScl"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a08901ef30601e4f9d5f1b3dca8ef4d12]=]}, ["MOAIProp2D.getWorldDir"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#aa74f8dd96ec1b9831e4e83bac2d14589]=]}, ["MOAIProp2D.getWorldLoc"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#a7146339798a8adb67462ac7bea87e4e3]=]}, ["MOAIProp2D.getWorldRot"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#abd51e63670b76ec86eecb973afafae2a]=]}, ["MOAIProp2D.getWorldScl"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#ab4ff07495fe7bcfea00e5f2e503889ef]=]}, ["MOAIProp2D.inside"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a16e9fceeb76b14a91a2bf03e3e5e8815]=]}, ["MOAIProp2D.modelToWorld"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#ac97f3ef5eae9cda33dd9c2f3c2bee2ec]=]}, ["MOAIProp2D.move"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a703238a99b7ca35c859bc1fdd76a9184]=]}, ["MOAIProp2D.moveColor"] = {[=[]=], [=[class_m_o_a_i_color.html#a04a45c7fac26dc38ecad468b6ecb6c42]=]}, ["MOAIProp2D.moveLoc"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#acd24bff873fba8b018038ce04c9f5f88]=]}, ["MOAIProp2D.movePiv"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a446e3db7377a0d2bb7e1c06bfcff7e64]=]}, ["MOAIProp2D.moveRot"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#ade2136ff1eae1768f3822439c0e70810]=]}, ["MOAIProp2D.moveScl"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a7fe326ef7c8a4a6537edd312a1a0c2d1]=]}, ["MOAIProp2D.seek"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#aa7918b8f605b9de6c14f91b62db5f409]=]}, ["MOAIProp2D.seekColor"] = {[=[]=], [=[class_m_o_a_i_color.html#ad65bf55d287cde9961adf426d3d92fa1]=]}, ["MOAIProp2D.seekLoc"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#ab34624ae895862c12af8090f530323ad]=]}, ["MOAIProp2D.seekPiv"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#abe524823923ede68c87a717e7648f777]=]}, ["MOAIProp2D.seekRot"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a2b6d6b49dc6d2c6c290e4bf41ec6caaf]=]}, ["MOAIProp2D.seekScl"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a679e8851a6743fbcfea1df2589173b3a]=]}, ["MOAIProp2D.setBlendMode"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a9372a78d4db11ec2f7a5a21355e73511]=]}, ["MOAIProp2D.setColor"] = {[=[]=], [=[class_m_o_a_i_color.html#ab3634e8f57dcb7322a31fe3440b569fe]=]}, ["MOAIProp2D.setCullMode"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a660cda22535029f153623523abf734f2]=]}, ["MOAIProp2D.setDeck"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a040a3ef000eb2b2de78b1a48337fb987]=]}, ["MOAIProp2D.setDepthMask"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#aaefd20308bed940ca37dc443e8fd97a0]=]}, ["MOAIProp2D.setDepthTest"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a87033fb204fea09b9baf45a78cdb0531]=]}, ["MOAIProp2D.setExpandForSort"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a560af68ad78fe00916a4923ccfc94cc4]=]}, ["MOAIProp2D.setFrame"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a20b7653c3a21fc2bad025c51d0db384e]=]}, ["MOAIProp2D.setGrid"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#ad46a46aad9821d2b90978825416894cb]=]}, ["MOAIProp2D.setGridScale"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#adcd90d04875aa496265077eb14e88973]=]}, ["MOAIProp2D.setIndex"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a0f47113a8fad4c6e768cf1c36df51d17]=]}, ["MOAIProp2D.setLoc"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a127e63534b8cb2f4e4039fc353f2dc51]=]}, ["MOAIProp2D.setParent"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a5f64acf881a53c2f1e1436828f570589]=]}, ["MOAIProp2D.setPiv"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#abb6b327f54c2a9311dba6f319448d047]=]}, ["MOAIProp2D.setPriority"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a3785ab330903c3791f9729d64fa5fee2]=]}, ["MOAIProp2D.setRemapper"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#af4602263eadbd41af6cf5cbe04bf1284]=]}, ["MOAIProp2D.setRot"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#ad1db6d6ced421380693d962192abaf9c]=]}, ["MOAIProp2D.setScl"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a1bfd891dd1c4421d8946d092a54d44df]=]}, ["MOAIProp2D.setShader"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a510f34f2d90c1367a54ccdee8631df59]=]}, ["MOAIProp2D.setTexture"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#a3b31e86e822fce97d7e1f1c3e4319001]=]}, ["MOAIProp2D.setUVTransform"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#ae6cc70aa46d3478b8ce12ad13bfd516b]=]}, ["MOAIProp2D.setVisible"] = {[=[]=], [=[class_m_o_a_i_prop2_d.html#af8a9c022438d84630f671e0a668e7b21]=]}, ["MOAIProp2D.worldToModel"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a813d9eaec94392b3567cfb7e811b3e48]=]}, MOAIRenderable = [=[Abstract base class for objects that can be rendered by MOAIRenderMgr]=], MOAIRenderMgr = [=[MOAIRenderMgr is responsible for drawing a list of MOAIRenderable objects. MOAIRenderable is the base class for any object that can be drawn. This includes MOAIProp and MOAILayer. To use MOAIRenderMgr pass a table of MOAIRenderable objects to MOAIRenderMgr.setRenderTable (). The table will usually be a stack of MOAILayer objects. The contents of the table will be rendered the next time a frame is drawn. Note that the table must be an array starting with index 1. Objects will be rendered counting from the base index until 'nil' is encountered. The render table may include other tables as entries. These must also be arrays indexed from 1]=], ["MOAIRenderMgr.clearRenderStack"] = {[=[]=], [=[class_m_o_a_i_render_mgr.html#ad3f6417a34623df280a78ffbc5336052]=]}, ["MOAIRenderMgr.getRenderTable"] = {[=[]=], [=[class_m_o_a_i_render_mgr.html#a4baf52c7cb5f615f97937b6660d4e854]=]}, ["MOAIRenderMgr.popRenderPass"] = {[=[]=], [=[class_m_o_a_i_render_mgr.html#aad197f9f548903f0575e2bd274398854]=]}, ["MOAIRenderMgr.pushRenderPass"] = {[=[]=], [=[class_m_o_a_i_render_mgr.html#a52f2cc01c4ebf696db55d9471bff1c1b]=]}, ["MOAIRenderMgr.removeRenderPass"] = {[=[]=], [=[class_m_o_a_i_render_mgr.html#a3eb753746ceaa6927e9192f9ab66a82d]=]}, ["MOAIRenderMgr.setRenderTable"] = {[=[]=], [=[class_m_o_a_i_render_mgr.html#aa0bcf801b2935d71f2e09ed61d7e584b]=]}, MOAISafariIOS = [=[Wrapper for access to the native web browser]=], ["MOAISafariIOS.openURL"] = {[=[]=], [=[class_m_o_a_i_safari_i_o_s.html#ae099502798f4360175d13c100266f665]=]}, ["MOAISafariIOS.openURLWithParams"] = {[=[]=], [=[class_m_o_a_i_safari_i_o_s.html#acb1ea50cf366b23f8adb6f2a2acb0129]=]}, MOAIScriptDeck = [=[Scriptable deck object]=], ["MOAIScriptDeck.setDrawCallback"] = {[=[]=], [=[class_m_o_a_i_script_deck.html#a609d1c8d4b7548aa758cf10b099b3f5c]=]}, ["MOAIScriptDeck.setRect"] = {[=[]=], [=[class_m_o_a_i_script_deck.html#a91c6af013567b2ce45d8ab06eba79205]=]}, ["MOAIScriptDeck.setRectCallback"] = {[=[]=], [=[class_m_o_a_i_script_deck.html#a0b9bc0f06674a0d795ab84cf7bd7410d]=]}, ["MOAIScriptDeck.setShader"] = {[=[]=], [=[class_m_o_a_i_deck.html#a0c31aac0b41ff6c294976c21cd5a2f44]=]}, ["MOAIScriptDeck.setTexture"] = {[=[]=], [=[class_m_o_a_i_deck.html#aacd9a174a58a75d313b99f7b505a178f]=]}, ["MOAIScriptDeck.setTotalRectCallback"] = {[=[]=], [=[class_m_o_a_i_script_deck.html#acb16d8b36b01d052ebc68569c0a68d0e]=]}, MOAIScriptNode = [=[User scriptable dependency node. User may specify Lua callback to handle node updating as well as custom floating point attributes]=], ["MOAIScriptNode.reserveAttrs"] = {[=[]=], [=[class_m_o_a_i_script_node.html#a25f8b1fcfec4573cae575cc41cd32b3a]=]}, ["MOAIScriptNode.setCallback"] = {[=[]=], [=[class_m_o_a_i_script_node.html#ac47d63b85fd4da3ca7bcaa5687ec680e]=]}, MOAISensor = [=[Base class for sensors]=], MOAISerializer = [=[Manages serialization state of Lua tables and Moai objects. The serializer will produce a Lua script that, when executed, will return the ordered list of objects added to it using the serialize () function]=], ["MOAISerializer.exportToFile"] = {[=[]=], [=[class_m_o_a_i_serializer.html#aaa84c58fe719ad9462dcacc40a24a654]=]}, ["MOAISerializer.exportToString"] = {[=[]=], [=[class_m_o_a_i_serializer.html#a48442b6b814f3d1927658f199eb2c699]=]}, ["MOAISerializer.serialize"] = {[=[]=], [=[class_m_o_a_i_serializer.html#af910f777327f220b27558a9b4136964f]=]}, ["MOAISerializer.serializeToFile"] = {[=[]=], [=[class_m_o_a_i_serializer.html#af8eb114a1b51bcf00a5de8ec406ab33f]=]}, ["MOAISerializer.serializeToString"] = {[=[]=], [=[class_m_o_a_i_serializer.html#a34645d54503fade09c51d39d62a1505c]=]}, MOAIShader = [=[Programmable shader class.]=], ["MOAIShader.clearUniform"] = {[=[]=], [=[class_m_o_a_i_shader.html#afcb367410282eb79f1926397afd9b0dc]=]}, ["MOAIShader.declareUniform"] = {[=[]=], [=[class_m_o_a_i_shader.html#a395c45dd31d2141d391c7b6f55d64b36]=]}, ["MOAIShader.declareUniformFloat"] = {[=[]=], [=[class_m_o_a_i_shader.html#a0abad8e9060b1c2f67dc5b48100e1e13]=]}, ["MOAIShader.declareUniformInt"] = {[=[]=], [=[class_m_o_a_i_shader.html#a8902c9b2c68e05bd9e24e0b252233209]=]}, ["MOAIShader.declareUniformSampler"] = {[=[]=], [=[class_m_o_a_i_shader.html#ad2b270de55decb9668d84ee96e02ce89]=]}, ["MOAIShader.load"] = {[=[]=], [=[class_m_o_a_i_shader.html#a835eb4267ba3830cf50f4440f3292449]=]}, ["MOAIShader.reserveUniforms"] = {[=[]=], [=[class_m_o_a_i_shader.html#a7c1437a45659f27dedb66f69da49bb46]=]}, ["MOAIShader.setVertexAttribute"] = {[=[]=], [=[class_m_o_a_i_shader.html#a738c4de9a415b3c01788c40b6bc014a2]=]}, MOAIShaderMgr = [=[Shader presets. const DECK2D_SHADER const DECK2D_TEX_ONLY_SHADER const FONT_SHADER const LINE_SHADER const MESH_SHADER]=], ["MOAIShaderMgr.getShader"] = {[=[]=], [=[class_m_o_a_i_shader_mgr.html#abb6859a8e578a87b56e3ffa13d2d7bfa]=]}, MOAISim = [=[Sim timing and settings class.]=], ["MOAISim.EVENT_FINALIZE"] = [=[const SIM_LOOP_FORCE_STEP const SIM_LOOP_ALLOW_BOOST const SIM_LOOP_ALLOW_SPIN const SIM_LOOP_NO_DEFICIT const SIM_LOOP_NO_SURPLUS const SIM_LOOP_RESET_CLOCK const SIM_LOOP_ALLOW_SOAK const LOOP_FLAGS_DEFAULT const LOOP_FLAGS_FIXED const LOOP_FLAGS_MULTISTEP const DEFAULT_STEPS_PER_SECOND Value is 60 const DEFAULT_BOOST_THRESHOLD Value is 3 const DEFAULT_LONG_DELAY_THRESHOLD Value is 10 const DEFAULT_CPU_BUDGET Value is 2 const DEFAULT_STEP_MULTIPLIER Value is 1]=], ["MOAISim.clearLoopFlags"] = {[=[]=], [=[class_m_o_a_i_sim.html#a6c9f29730492a000ed774d169c0eab6a]=]}, ["MOAISim.clearRenderStack"] = {[=[]=], [=[class_m_o_a_i_sim.html#ae548fbdfaa734a86de3b0c6f62ccddf6]=]}, ["MOAISim.enterFullscreenMode"] = {[=[]=], [=[class_m_o_a_i_sim.html#a2eac207fb5d15475af22ac56e5a2154a]=]}, ["MOAISim.exitFullscreenMode"] = {[=[]=], [=[class_m_o_a_i_sim.html#ad52f67095fa749b00a48367c3dc8a887]=]}, ["MOAISim.forceGarbageCollection"] = {[=[]=], [=[class_m_o_a_i_sim.html#a68c8298729457a936d7b35e2466def09]=]}, ["MOAISim.framesToTime"] = {[=[]=], [=[class_m_o_a_i_sim.html#a26a272aa426f3bc4a170ef604825ebc5]=]}, ["MOAISim.getDeviceTime"] = {[=[]=], [=[class_m_o_a_i_sim.html#a6887f368ff3fb3c5c26115943b7ce684]=]}, ["MOAISim.getElapsedFrames"] = {[=[]=], [=[class_m_o_a_i_sim.html#abc23714e3f6746f14427219a6f192dcc]=]}, ["MOAISim.getElapsedTime"] = {[=[]=], [=[class_m_o_a_i_sim.html#ac6239557c337014922ee1c375a362a8b]=]}, ["MOAISim.getLoopFlags"] = {[=[]=], [=[class_m_o_a_i_sim.html#a61f26685aac6137b5d09933333da2eee]=]}, ["MOAISim.getLuaObjectCount"] = {[=[]=], [=[class_m_o_a_i_sim.html#a01e3c6f6792e2053f8ac3b7cc9d7e844]=]}, ["MOAISim.getMemoryUsage"] = {[=[]=], [=[class_m_o_a_i_sim.html#a16a289996b961bff3c471fefe60e45c9]=]}, ["MOAISim.getPerformance"] = {[=[]=], [=[class_m_o_a_i_sim.html#ae5ae5c63b9bcafda0b7005104db1c581]=]}, ["MOAISim.getStep"] = {[=[]=], [=[class_m_o_a_i_sim.html#a1ca8a97ad301c2df2593a6a6622f26ad]=]}, ["MOAISim.openWindow"] = {[=[]=], [=[class_m_o_a_i_sim.html#aa182c08fe9c2ab1bccf4efc3bfa9589a]=]}, ["MOAISim.pauseTimer"] = {[=[]=], [=[class_m_o_a_i_sim.html#a626cb484e373ae9fb29681283d2daa80]=]}, ["MOAISim.popRenderPass"] = {[=[]=], [=[class_m_o_a_i_sim.html#af34ba8352dbd5e1f44bd62ec6ef3ccfa]=]}, ["MOAISim.pushRenderPass"] = {[=[]=], [=[class_m_o_a_i_sim.html#a563f28410be8bc1ba9ac0e4751b9cf97]=]}, ["MOAISim.removeRenderPass"] = {[=[]=], [=[class_m_o_a_i_sim.html#ae944df407df29664c411eab23a1ceea6]=]}, ["MOAISim.reportHistogram"] = {[=[]=], [=[class_m_o_a_i_sim.html#a9567149a3dc0c33f12b93f168f215bb9]=]}, ["MOAISim.reportLeaks"] = {[=[]=], [=[class_m_o_a_i_sim.html#acadf84e9e85b571fa3b4822fe69743a1]=]}, ["MOAISim.setBoostThreshold"] = {[=[]=], [=[class_m_o_a_i_sim.html#a8f7695311cd6f59ba8a1a9c6f9b07c2f]=]}, ["MOAISim.setCpuBudget"] = {[=[]=], [=[class_m_o_a_i_sim.html#abcee7f91a2e3390c137e423183f0a660]=]}, ["MOAISim.setHistogramEnabled"] = {[=[]=], [=[class_m_o_a_i_sim.html#a2e9fdcbb9b54354a2a49ab92b120f287]=]}, ["MOAISim.setLeakTrackingEnabled"] = {[=[]=], [=[class_m_o_a_i_sim.html#a6dc53c04e7169b407ff02bd4fc3f876e]=]}, ["MOAISim.setLongDelayThreshold"] = {[=[]=], [=[class_m_o_a_i_sim.html#ab8d1c76122f20409ee6b9f10d3660693]=]}, ["MOAISim.setLoopFlags"] = {[=[]=], [=[class_m_o_a_i_sim.html#a53cd16bafe66e6c6d0867b6cab996f72]=]}, ["MOAISim.setLuaAllocLogEnabled"] = {[=[]=], [=[class_m_o_a_i_sim.html#ace603170eb573145eb534d55cc10b18f]=]}, ["MOAISim.setStep"] = {[=[]=], [=[class_m_o_a_i_sim.html#ae864c88e384d1f4c01ee2feac35d7e08]=]}, ["MOAISim.setStepMultiplier"] = {[=[]=], [=[class_m_o_a_i_sim.html#acc1212c2024012a828f9c4aa462c4908]=]}, ["MOAISim.setTimerError"] = {[=[]=], [=[class_m_o_a_i_sim.html#abe6f113e6018de3970c8550daaf056a3]=]}, ["MOAISim.timeToFrames"] = {[=[]=], [=[class_m_o_a_i_sim.html#a58436d8a8b4083514daa7b7d7c4c1769]=]}, MOAIStaticGlyphCache = [=[This is the default implementation of a static glyph cache. All is does is accept an image via setImage () and create a set of textures from that image. It does not implement getImage ()]=], ["MOAIStaticGlyphCache.setColorFormat"] = {[=[]=], [=[class_m_o_a_i_glyph_cache_base.html#ac6e243c4584709a481c62d49ec10c4a0]=]}, MOAIStretchPatch2D = [=[Moai implementation of a 9-patch. Textured quad with any number of stretchable and non-stretchable 'bands.' Grid drawing not supported]=], ["MOAIStretchPatch2D.reserveColumns"] = {[=[]=], [=[class_m_o_a_i_stretch_patch2_d.html#a486277a17c3aa4a8e4ccf9933f5faf51]=]}, ["MOAIStretchPatch2D.reserveRows"] = {[=[]=], [=[class_m_o_a_i_stretch_patch2_d.html#add10514ffe95ba76d7be3b724466a1c3]=]}, ["MOAIStretchPatch2D.reserveUVRects"] = {[=[]=], [=[class_m_o_a_i_stretch_patch2_d.html#a1663598f2554afbe54eab6f03a99fcd7]=]}, ["MOAIStretchPatch2D.setColumn"] = {[=[]=], [=[class_m_o_a_i_stretch_patch2_d.html#a68447cd095ca1f7edd65fb3376b2b30f]=]}, ["MOAIStretchPatch2D.setRect"] = {[=[]=], [=[class_m_o_a_i_stretch_patch2_d.html#a743ceb8c187e819519bfc37f87ea57e3]=]}, ["MOAIStretchPatch2D.setRow"] = {[=[]=], [=[class_m_o_a_i_stretch_patch2_d.html#a195a78c672c5f8bf53bb9dbaaac1d353]=]}, ["MOAIStretchPatch2D.setShader"] = {[=[]=], [=[class_m_o_a_i_deck.html#a0c31aac0b41ff6c294976c21cd5a2f44]=]}, ["MOAIStretchPatch2D.setTexture"] = {[=[]=], [=[class_m_o_a_i_deck.html#aacd9a174a58a75d313b99f7b505a178f]=]}, ["MOAIStretchPatch2D.setUVRect"] = {[=[]=], [=[class_m_o_a_i_stretch_patch2_d.html#ad41492a9fce06018a49823e8673ac4c2]=]}, MOAISurfaceDeck2D = [=[Deck of surface edge lists. Unused in this version of Moai]=], ["MOAISurfaceDeck2D.reserveSurfaceLists"] = {[=[]=], [=[class_m_o_a_i_surface_deck2_d.html#a0e444b1b1d5f98cfc37cde918e01bbdb]=]}, ["MOAISurfaceDeck2D.reserveSurfaces"] = {[=[]=], [=[class_m_o_a_i_surface_deck2_d.html#a6ea143ca7af94f635a26fdc53f536920]=]}, ["MOAISurfaceDeck2D.setShader"] = {[=[]=], [=[class_m_o_a_i_deck.html#a0c31aac0b41ff6c294976c21cd5a2f44]=]}, ["MOAISurfaceDeck2D.setSurface"] = {[=[]=], [=[class_m_o_a_i_surface_deck2_d.html#a2372e0b28eea61fcf69d61e225e33061]=]}, ["MOAISurfaceDeck2D.setTexture"] = {[=[]=], [=[class_m_o_a_i_deck.html#aacd9a174a58a75d313b99f7b505a178f]=]}, MOAITapjoyAndroid = [=[Wrapper for Tapjoy integration on Android devices. Tapjoy provides a turnkey advertising platform that delivers cost-effective, high-value new users and helps apps make money. Exposed to lua via MOAITapjoy on all mobile platforms.]=], ["MOAITapjoyAndroid.TAPJOY_VIDEO_AD_BEGIN"] = [=[Event code for Tapjoy video ad playback begin. Unused.]=], ["MOAITapjoyAndroid.TAPJOY_VIDEO_AD_CLOSE"] = [=[Event code for Tapjoy video ad playback completion.]=], ["MOAITapjoyAndroid.TAPJOY_VIDEO_AD_ERROR"] = [=[Event code for Tapjoy video ad playback errors.]=], ["MOAITapjoyAndroid.TAPJOY_VIDEO_AD_READY"] = [=[Event code for Tapjoy video ad playback availability.]=], ["MOAITapjoyAndroid.TAPJOY_VIDEO_STATUS_NO_ERROR"] = [=[Error code for success.]=], ["MOAITapjoyAndroid.TAPJOY_VIDEO_STATUS_MEDIA_STORAGE_UNAVAILABLE"] = [=[Error code for inadequate storage for video ad.]=], ["MOAITapjoyAndroid.TAPJOY_VIDEO_STATUS_NETWORK_ERROR_ON_INIT_VIDEOS"] = [=[Error code for network error.]=], ["MOAITapjoyAndroid.TAPJOY_VIDEO_STATUS_UNABLE_TO_PLAY_VIDEO"] = [=[Error code for playback error.]=], ["MOAITapjoyAndroid.getUserId"] = {[=[]=], [=[class_m_o_a_i_tapjoy_android.html#a41a37c7363a813538c2dd1e0e24c09f4]=]}, ["MOAITapjoyAndroid.init"] = {[=[]=], [=[class_m_o_a_i_tapjoy_android.html#a6a6eb017a903d146521f554e7479f138]=]}, ["MOAITapjoyAndroid.initVideoAds"] = {[=[]=], [=[class_m_o_a_i_tapjoy_android.html#aabd28c86c9c582f2346bfea0399df54f]=]}, ["MOAITapjoyAndroid.showOffers"] = {[=[]=], [=[class_m_o_a_i_tapjoy_android.html#a99ecf12bddceab23facb05c8edfd62bb]=]}, MOAITapjoyIOS = [=[Wrapper for Tapjoy integration on iOS devices. Tapjoy provides a turnkey advertising platform that delivers cost-effective, high-value new users and helps apps make money. Exposed to lua via MOAITapjoy on all mobile platforms.]=], ["MOAITapjoyIOS.TAPJOY_VIDEO_AD_BEGIN"] = [=[Event code for Tapjoy video ad playback begin.]=], ["MOAITapjoyIOS.TAPJOY_VIDEO_AD_CLOSE"] = [=[Event code for Tapjoy video ad playback completion.]=], ["MOAITapjoyIOS.TAPJOY_VIDEO_AD_ERROR"] = [=[Event code for Tapjoy video ad playback errors. Unused.]=], ["MOAITapjoyIOS.TAPJOY_VIDEO_AD_READY"] = [=[Event code for Tapjoy video ad playback availability. Unused.]=], ["MOAITapjoyIOS.TAPJOY_VIDEO_STATUS_NO_ERROR"] = [=[Error code for success. Unused.]=], ["MOAITapjoyIOS.TAPJOY_VIDEO_STATUS_MEDIA_STORAGE_UNAVAILABLE"] = [=[Error code for inadequate storage for video ad. Unused.]=], ["MOAITapjoyIOS.TAPJOY_VIDEO_STATUS_NETWORK_ERROR_ON_INIT_VIDEOS"] = [=[Error code for network error. Unused.]=], ["MOAITapjoyIOS.TAPJOY_VIDEO_STATUS_UNABLE_TO_PLAY_VIDEO"] = [=[Error code for playback error. Unused.]=], ["MOAITapjoyIOS.+ "] = {[=[]=], [=[]=]}, MOAITextBox = [=[]=], ["MOAITextBox.addLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1d95ecd8b324fb998dd6280da33eae8c]=]}, ["MOAITextBox.addPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#ad7bbbf6dbda8efbd1ce6a89b4d344d53]=]}, ["MOAITextBox.addRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e0e6f3a9d3086571bc2bec41cd67fea]=]}, ["MOAITextBox.addScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aab03b4bc84ff1da7018ba669836b06e5]=]}, ["MOAITextBox.affirmStyle"] = {[=[]=], [=[class_m_o_a_i_text_box.html#a1480c875e15f60c0620743788bf9a4c9]=]}, ["MOAITextBox.clearHighlights"] = {[=[]=], [=[class_m_o_a_i_text_box.html#a075c257e62574883f4492ebd8623f2cb]=]}, ["MOAITextBox.getGlyphScale"] = {[=[]=], [=[class_m_o_a_i_text_box.html#a8a82943b39a689f51ccb2f801707071e]=]}, ["MOAITextBox.getLineSpacing"] = {[=[]=], [=[class_m_o_a_i_text_box.html#a6ace829cbbe802b8387ba50082352c52]=]}, ["MOAITextBox.getLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a2a84c9a30de57ba6904779ece1dd7883]=]}, ["MOAITextBox.getPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#aedf30c9d6792bc2731ec1a5dffb8118f]=]}, ["MOAITextBox.getRect"] = {[=[]=], [=[class_m_o_a_i_text_box.html#aeb681aa7013391bdafafbf9bcbe848cb]=]}, ["MOAITextBox.getRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a552429b6a3a9437e4107818559d2dcfd]=]}, ["MOAITextBox.getScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#afbb907313b3f161417d11046e122c644]=]}, ["MOAITextBox.getStringBounds"] = {[=[]=], [=[class_m_o_a_i_text_box.html#a491d748bed2d7524e07e72b137e497e7]=]}, ["MOAITextBox.getStyle"] = {[=[]=], [=[class_m_o_a_i_text_box.html#a9ccc4e085e69e91e2f06b3c3e0eafb43]=]}, ["MOAITextBox.getWorldDir"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#aa74f8dd96ec1b9831e4e83bac2d14589]=]}, ["MOAITextBox.getWorldLoc"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#a7146339798a8adb67462ac7bea87e4e3]=]}, ["MOAITextBox.getWorldRot"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#abd51e63670b76ec86eecb973afafae2a]=]}, ["MOAITextBox.getWorldScl"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#ab4ff07495fe7bcfea00e5f2e503889ef]=]}, ["MOAITextBox.modelToWorld"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa4ccc1ce2c967ec0849705e7a431d608]=]}, ["MOAITextBox.more"] = {[=[]=], [=[class_m_o_a_i_text_box.html#a110ac085a5ba626d5372a0d51e336481]=]}, ["MOAITextBox.move"] = {[=[]=], [=[class_m_o_a_i_transform.html#a5f0a181010b242cd53fe9c50a068f8df]=]}, ["MOAITextBox.moveColor"] = {[=[]=], [=[class_m_o_a_i_color.html#a04a45c7fac26dc38ecad468b6ecb6c42]=]}, ["MOAITextBox.moveLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa742fa3239c5dcfa9592b896da44fb70]=]}, ["MOAITextBox.movePiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a80fe4650dcc02139c9bdd329e8f08ea0]=]}, ["MOAITextBox.moveRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6c61741169479f546159360ab41b7180]=]}, ["MOAITextBox.moveScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae6a727e19767c253ed4d2ed5a6ceabff]=]}, ["MOAITextBox.nextPage"] = {[=[]=], [=[class_m_o_a_i_text_box.html#abbc492a9aba1ef5aa08210d728abad2b]=]}, ["MOAITextBox.reserveCurves"] = {[=[]=], [=[class_m_o_a_i_text_box.html#a1adabfa26ba83c7d9c42ed55a24cf04a]=]}, ["MOAITextBox.revealAll"] = {[=[]=], [=[class_m_o_a_i_text_box.html#aa5a09c956b6ed40fc4a8548c0c5d83c2]=]}, ["MOAITextBox.seek"] = {[=[]=], [=[class_m_o_a_i_transform.html#acaee6f1a5cea3ca57d6e7594023cf718]=]}, ["MOAITextBox.seekColor"] = {[=[]=], [=[class_m_o_a_i_color.html#ad65bf55d287cde9961adf426d3d92fa1]=]}, ["MOAITextBox.seekLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae2aaa51c0e673b34d3e0b9d8e81071cb]=]}, ["MOAITextBox.seekPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a014ad564f7406986eec7f55c1dada4bb]=]}, ["MOAITextBox.seekRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#aecf206995242a1a00ab7a826df78db44]=]}, ["MOAITextBox.seekScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aed613116af8f1e1d40e45737cb032312]=]}, ["MOAITextBox.setAlignment"] = {[=[]=], [=[class_m_o_a_i_text_box.html#aa19a721b6e006e132f18625d388cabc0]=]}, ["MOAITextBox.setColor"] = {[=[]=], [=[class_m_o_a_i_color.html#ab3634e8f57dcb7322a31fe3440b569fe]=]}, ["MOAITextBox.setCurve"] = {[=[]=], [=[class_m_o_a_i_text_box.html#a0d334a633d430375e2bd88e1b0a8bd43]=]}, ["MOAITextBox.setFont"] = {[=[]=], [=[class_m_o_a_i_text_box.html#a4e45276564ba8982d3b9ce76f54caab6]=]}, ["MOAITextBox.setGlyphScale"] = {[=[]=], [=[class_m_o_a_i_text_box.html#ab2dafee1dd873685bc8f3605d8a274e4]=]}, ["MOAITextBox.setHighlight"] = {[=[]=], [=[class_m_o_a_i_text_box.html#a30ff72a83f78caf3e6a79aa5a15dafb5]=]}, ["MOAITextBox.setLineSpacing"] = {[=[]=], [=[class_m_o_a_i_text_box.html#ac32ca9b560190225a4b3c4980f764d92]=]}, ["MOAITextBox.setLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0a26e965fea3ac4d7fb9e8245e8dbbca]=]}, ["MOAITextBox.setPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0ab70d88711062ae74fa60f1a59b4f21]=]}, ["MOAITextBox.setRect"] = {[=[]=], [=[class_m_o_a_i_text_box.html#af8aa76808ca8cae8f00d39d7f422cc4d]=]}, ["MOAITextBox.setReveal"] = {[=[]=], [=[class_m_o_a_i_text_box.html#addc5d15a3ec4b2ff4001a3ee1c0c0361]=]}, ["MOAITextBox.setRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a45cffdb38ba2028c1ba036f6e40bbc8e]=]}, ["MOAITextBox.setScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1daf277717539ea6a5d061fa616eb0bb]=]}, ["MOAITextBox.setShearByX"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e322ebebd418731855eeffa337295ef]=]}, ["MOAITextBox.setShearByY"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6751452434926bd5421eff24b8ff6a42]=]}, ["MOAITextBox.setShearByZ"] = {[=[]=], [=[class_m_o_a_i_transform.html#aacfbff64fe4e5eb4245d7598582fbb0c]=]}, ["MOAITextBox.setSpeed"] = {[=[]=], [=[class_m_o_a_i_text_box.html#ab64f31b5431d1db2b4e6a6be989e6c19]=]}, ["MOAITextBox.setString"] = {[=[]=], [=[class_m_o_a_i_text_box.html#a774e28c1457e560efbf233c99712b7e1]=]}, ["MOAITextBox.setStyle"] = {[=[]=], [=[class_m_o_a_i_text_box.html#ab0c23e6f24796b96386e8d787c239516]=]}, ["MOAITextBox.setTextSize"] = {[=[]=], [=[class_m_o_a_i_text_box.html#a51e591ec73460da510082feb6442d05b]=]}, ["MOAITextBox.setYFlip"] = {[=[]=], [=[class_m_o_a_i_text_box.html#ab355a4f6886ed2bac32b871b7be08bc2]=]}, ["MOAITextBox.spool"] = {[=[]=], [=[class_m_o_a_i_text_box.html#a992e940aa2dab7319a19775e018d28bd]=]}, ["MOAITextBox.worldToModel"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6684f042aae150e821dfa50c35c097f0]=]}, MOAITextStyle = [=[Represents a style that may be applied to a text box or a secion of text in a text box using a style escape]=], ["MOAITextStyle.getColor"] = {[=[]=], [=[class_m_o_a_i_text_style.html#a01340fb94f949c32219484fff8233f57]=]}, ["MOAITextStyle.getFont"] = {[=[]=], [=[class_m_o_a_i_text_style.html#ae6d7b50488ea899cb94f9d1257cb53ae]=]}, ["MOAITextStyle.getScale"] = {[=[]=], [=[class_m_o_a_i_text_style.html#a0b3f4523e7012bbe8b1a317751648e30]=]}, ["MOAITextStyle.getSize"] = {[=[]=], [=[class_m_o_a_i_text_style.html#a8f8e657d322c7b88cc30ce15caacbddc]=]}, ["MOAITextStyle.setColor"] = {[=[]=], [=[class_m_o_a_i_text_style.html#a5b01ed0bfdbeb3e823c2be8198acd57c]=]}, ["MOAITextStyle.setFont"] = {[=[]=], [=[class_m_o_a_i_text_style.html#adee28cc7b072fce46d4cb01573557e6e]=]}, ["MOAITextStyle.setScale"] = {[=[]=], [=[class_m_o_a_i_text_style.html#ab8fee8e7d124faafa7572c28789ae525]=]}, ["MOAITextStyle.setSize"] = {[=[]=], [=[class_m_o_a_i_text_style.html#aedcd221a634ee922ef62ec36f003df2e]=]}, MOAITexture = [=[Texture class]=], ["MOAITexture.getSize"] = {[=[]=], [=[class_m_o_a_i_texture_base.html#a505bce5fd64b007585642636a0fd8c12]=]}, ["MOAITexture.load"] = {[=[]=], [=[class_m_o_a_i_texture.html#a2581d746627396c3922fab3c36c6439a]=]}, ["MOAITexture.release"] = {[=[]=], [=[class_m_o_a_i_texture_base.html#a5f60c19774418bfe1396452ce5b94ab0]=]}, ["MOAITexture.setFilter"] = {[=[]=], [=[class_m_o_a_i_texture_base.html#ad4dc0419e9da22b238fbff6f67a0fc56]=]}, ["MOAITexture.setWrap"] = {[=[]=], [=[class_m_o_a_i_texture_base.html#a476cc37d0e794ca5abdfe7210078db39]=]}, MOAITextureBase = [=[Base class for texture resources.]=], ["MOAITextureBase.getSize"] = {[=[]=], [=[class_m_o_a_i_texture_base.html#a505bce5fd64b007585642636a0fd8c12]=]}, ["MOAITextureBase.release"] = {[=[]=], [=[class_m_o_a_i_texture_base.html#a5f60c19774418bfe1396452ce5b94ab0]=]}, ["MOAITextureBase.setFilter"] = {[=[]=], [=[class_m_o_a_i_texture_base.html#ad4dc0419e9da22b238fbff6f67a0fc56]=]}, ["MOAITextureBase.setWrap"] = {[=[]=], [=[class_m_o_a_i_texture_base.html#a476cc37d0e794ca5abdfe7210078db39]=]}, MOAITileDeck2D = [=[Subdivides a single texture into uniform tiles enumerated from the texture's left top to right bottom]=], ["MOAITileDeck2D.cellAddrToCoord"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a31d6f3a9d9b1e1cc95d8dbe1144a865e]=]}, ["MOAITileDeck2D.getCellAddr"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a8aafa4454e7bd1f39e95085a522606cf]=]}, ["MOAITileDeck2D.getCellSize"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a936f5acc543ca95a163b032414fea3a3]=]}, ["MOAITileDeck2D.getOffset"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a31dc0292dfcecc60a2db40bcba40faeb]=]}, ["MOAITileDeck2D.getSize"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#acd54e28abc1043b8215b42fce828fbb0]=]}, ["MOAITileDeck2D.getTileLoc"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a5285a7351dc6cf1cccff8c318b61b1f3]=]}, ["MOAITileDeck2D.getTileSize"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a372c8b767e52178dd734c3230e172ec1]=]}, ["MOAITileDeck2D.initDiamondGrid"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a56f7888a6ecdb873e239f78b7f8593ef]=]}, ["MOAITileDeck2D.initHexGrid"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a6d5c9d4254210b049f655b15cb76099e]=]}, ["MOAITileDeck2D.initObliqueGrid"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#af1c1bbbe0fbe2e0f8d3794f5fe1b4298]=]}, ["MOAITileDeck2D.initRectGrid"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#ad6bfe2d382070c8b34c1a30d09b906fa]=]}, ["MOAITileDeck2D.locToCellAddr"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a300b4feeb49b86e36f0a6bd01c4e8eb6]=]}, ["MOAITileDeck2D.locToCoord"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#ae12e2b916882690a48795d5ae480ff03]=]}, ["MOAITileDeck2D.setRect"] = {[=[]=], [=[class_m_o_a_i_tile_deck2_d.html#a504da8814f74038af9d453ebbc7fd5ae]=]}, ["MOAITileDeck2D.setRepeat"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#aec42d977becbd46485811ebff1769daf]=]}, ["MOAITileDeck2D.setShader"] = {[=[]=], [=[class_m_o_a_i_deck.html#a0c31aac0b41ff6c294976c21cd5a2f44]=]}, ["MOAITileDeck2D.setShape"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a79d687c17cdaf70b05137e112f37c560]=]}, ["MOAITileDeck2D.setSize"] = {[=[]=], [=[class_m_o_a_i_tile_deck2_d.html#a5a6509e7e7e70ef33ec60fa1211108e9]=]}, ["MOAITileDeck2D.setTexture"] = {[=[]=], [=[class_m_o_a_i_deck.html#aacd9a174a58a75d313b99f7b505a178f]=]}, ["MOAITileDeck2D.wrapCoord"] = {[=[]=], [=[class_m_o_a_i_grid_space.html#a29f48017325d4318bae66b8daf747b2f]=]}, MOAITimer = [=[Timer class for driving curves and animations.]=], ["MOAITimer.EVENT_TIMER_KEYFRAME"] = [=[ID of event stop callback. Signature is: nil onKeyframe ( MOAITimer self, number keyframe, number timesExecuted, number time, number value )]=], ["MOAITimer.EVENT_TIMER_LOOP"] = [=[ID of event loop callback. Signature is: nil onLoop ( MOAITimer self, number timesExecuted )]=], ["MOAITimer.getTime"] = {[=[]=], [=[class_m_o_a_i_timer.html#a0f6c8d1f95b7c0af524c8fd4ea28fd0d]=]}, ["MOAITimer.getTimesExecuted"] = {[=[]=], [=[class_m_o_a_i_timer.html#a90e98a2c7111427dd8d600f225039a50]=]}, ["MOAITimer.setCurve"] = {[=[]=], [=[class_m_o_a_i_timer.html#a6b9f50acaac03efd5a59ff2d1037fe9d]=]}, ["MOAITimer.setMode"] = {[=[]=], [=[class_m_o_a_i_timer.html#a8aa60ef42e2203af4b7b0d6e39fc45a6]=]}, ["MOAITimer.setSpan"] = {[=[]=], [=[class_m_o_a_i_timer.html#a3d0f0b14caf888b8ae611584a28b5b45]=]}, ["MOAITimer.setSpeed"] = {[=[]=], [=[class_m_o_a_i_timer.html#a4c41c17b9ba810665098018e6458e9d0]=]}, ["MOAITimer.setTime"] = {[=[]=], [=[class_m_o_a_i_timer.html#a6a908acf6db933d6a5e699725f9703c5]=]}, MOAITouchSensor = [=[Multitouch sensor. Tracks up to 16 simultaneous touches.]=], ["MOAITouchSensor.down"] = {[=[]=], [=[class_m_o_a_i_touch_sensor.html#ad45b7fa98205d676476088e184f55d47]=]}, ["MOAITouchSensor.getActiveTouches"] = {[=[]=], [=[class_m_o_a_i_touch_sensor.html#a80c85956d4f3997cbfc4aa75dba3672c]=]}, ["MOAITouchSensor.getTouch"] = {[=[]=], [=[class_m_o_a_i_touch_sensor.html#a044886eeac2ccef0791daabbf7dd20e1]=]}, ["MOAITouchSensor.hasTouches"] = {[=[]=], [=[class_m_o_a_i_touch_sensor.html#ac3856d8f59309180b0d94de466159aa9]=]}, ["MOAITouchSensor.isDown"] = {[=[]=], [=[class_m_o_a_i_touch_sensor.html#abb611143c60a9779f93297b8fb98ce0f]=]}, ["MOAITouchSensor.setCallback"] = {[=[]=], [=[class_m_o_a_i_touch_sensor.html#aa43823ba9da91d4bcd6baa64f6d6dc01]=]}, ["MOAITouchSensor.up"] = {[=[]=], [=[class_m_o_a_i_touch_sensor.html#a3159e27a7f49d12adc50095bbf9e7fe7]=]}, MOAITransform = [=[Transformation hierarchy node.]=], ["MOAITransform.addLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1d95ecd8b324fb998dd6280da33eae8c]=]}, ["MOAITransform.addPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#ad7bbbf6dbda8efbd1ce6a89b4d344d53]=]}, ["MOAITransform.addRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e0e6f3a9d3086571bc2bec41cd67fea]=]}, ["MOAITransform.addScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aab03b4bc84ff1da7018ba669836b06e5]=]}, ["MOAITransform.getLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a2a84c9a30de57ba6904779ece1dd7883]=]}, ["MOAITransform.getPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#aedf30c9d6792bc2731ec1a5dffb8118f]=]}, ["MOAITransform.getRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a552429b6a3a9437e4107818559d2dcfd]=]}, ["MOAITransform.getScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#afbb907313b3f161417d11046e122c644]=]}, ["MOAITransform.getWorldDir"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#aa74f8dd96ec1b9831e4e83bac2d14589]=]}, ["MOAITransform.getWorldLoc"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#a7146339798a8adb67462ac7bea87e4e3]=]}, ["MOAITransform.getWorldRot"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#abd51e63670b76ec86eecb973afafae2a]=]}, ["MOAITransform.getWorldScl"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#ab4ff07495fe7bcfea00e5f2e503889ef]=]}, ["MOAITransform.modelToWorld"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa4ccc1ce2c967ec0849705e7a431d608]=]}, ["MOAITransform.move"] = {[=[]=], [=[class_m_o_a_i_transform.html#a5f0a181010b242cd53fe9c50a068f8df]=]}, ["MOAITransform.moveLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#aa742fa3239c5dcfa9592b896da44fb70]=]}, ["MOAITransform.movePiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a80fe4650dcc02139c9bdd329e8f08ea0]=]}, ["MOAITransform.moveRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6c61741169479f546159360ab41b7180]=]}, ["MOAITransform.moveScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae6a727e19767c253ed4d2ed5a6ceabff]=]}, ["MOAITransform.seek"] = {[=[]=], [=[class_m_o_a_i_transform.html#acaee6f1a5cea3ca57d6e7594023cf718]=]}, ["MOAITransform.seekLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#ae2aaa51c0e673b34d3e0b9d8e81071cb]=]}, ["MOAITransform.seekPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a014ad564f7406986eec7f55c1dada4bb]=]}, ["MOAITransform.seekRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#aecf206995242a1a00ab7a826df78db44]=]}, ["MOAITransform.seekScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#aed613116af8f1e1d40e45737cb032312]=]}, ["MOAITransform.setLoc"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0a26e965fea3ac4d7fb9e8245e8dbbca]=]}, ["MOAITransform.setParent"] = {[=[]=], [=[class_m_o_a_i_transform.html#ade884083513de1ef87979cf0de5f5b89]=]}, ["MOAITransform.setPiv"] = {[=[]=], [=[class_m_o_a_i_transform.html#a0ab70d88711062ae74fa60f1a59b4f21]=]}, ["MOAITransform.setRot"] = {[=[]=], [=[class_m_o_a_i_transform.html#a45cffdb38ba2028c1ba036f6e40bbc8e]=]}, ["MOAITransform.setScl"] = {[=[]=], [=[class_m_o_a_i_transform.html#a1daf277717539ea6a5d061fa616eb0bb]=]}, ["MOAITransform.setShearByX"] = {[=[]=], [=[class_m_o_a_i_transform.html#a7e322ebebd418731855eeffa337295ef]=]}, ["MOAITransform.setShearByY"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6751452434926bd5421eff24b8ff6a42]=]}, ["MOAITransform.setShearByZ"] = {[=[]=], [=[class_m_o_a_i_transform.html#aacfbff64fe4e5eb4245d7598582fbb0c]=]}, ["MOAITransform.worldToModel"] = {[=[]=], [=[class_m_o_a_i_transform.html#a6684f042aae150e821dfa50c35c097f0]=]}, MOAITransform2D = [=[2D transformation hierarchy node.]=], ["MOAITransform2D.addLoc"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a34771c207808995c983bcfacb43e52e6]=]}, ["MOAITransform2D.addPiv"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a986eebb850eb075f5b3eee7845d220d8]=]}, ["MOAITransform2D.addRot"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a12c6766cba3d4837ad2f908fc1396b24]=]}, ["MOAITransform2D.addScl"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#adc2004fb55aa44c9aa22a42d5a4e7edd]=]}, ["MOAITransform2D.getLoc"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a22400e631257974bfb0b9e3c7e3d6bd5]=]}, ["MOAITransform2D.getPiv"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a52fbedf1bcac8c3469b1f01aa15b54d1]=]}, ["MOAITransform2D.getRot"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a0cbf9b7aaa273c54c5b14549081836e9]=]}, ["MOAITransform2D.getScl"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a08901ef30601e4f9d5f1b3dca8ef4d12]=]}, ["MOAITransform2D.getWorldDir"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#aa74f8dd96ec1b9831e4e83bac2d14589]=]}, ["MOAITransform2D.getWorldLoc"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#a7146339798a8adb67462ac7bea87e4e3]=]}, ["MOAITransform2D.getWorldRot"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#abd51e63670b76ec86eecb973afafae2a]=]}, ["MOAITransform2D.getWorldScl"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#ab4ff07495fe7bcfea00e5f2e503889ef]=]}, ["MOAITransform2D.modelToWorld"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#ac97f3ef5eae9cda33dd9c2f3c2bee2ec]=]}, ["MOAITransform2D.move"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a703238a99b7ca35c859bc1fdd76a9184]=]}, ["MOAITransform2D.moveLoc"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#acd24bff873fba8b018038ce04c9f5f88]=]}, ["MOAITransform2D.movePiv"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a446e3db7377a0d2bb7e1c06bfcff7e64]=]}, ["MOAITransform2D.moveRot"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#ade2136ff1eae1768f3822439c0e70810]=]}, ["MOAITransform2D.moveScl"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a7fe326ef7c8a4a6537edd312a1a0c2d1]=]}, ["MOAITransform2D.seek"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#aa7918b8f605b9de6c14f91b62db5f409]=]}, ["MOAITransform2D.seekLoc"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#ab34624ae895862c12af8090f530323ad]=]}, ["MOAITransform2D.seekPiv"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#abe524823923ede68c87a717e7648f777]=]}, ["MOAITransform2D.seekRot"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a2b6d6b49dc6d2c6c290e4bf41ec6caaf]=]}, ["MOAITransform2D.seekScl"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a679e8851a6743fbcfea1df2589173b3a]=]}, ["MOAITransform2D.setLoc"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a127e63534b8cb2f4e4039fc353f2dc51]=]}, ["MOAITransform2D.setParent"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#aa0cb5639ac6bed8e1c74677930055d98]=]}, ["MOAITransform2D.setPiv"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#abb6b327f54c2a9311dba6f319448d047]=]}, ["MOAITransform2D.setRot"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#ad1db6d6ced421380693d962192abaf9c]=]}, ["MOAITransform2D.setScl"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a1bfd891dd1c4421d8946d092a54d44df]=]}, ["MOAITransform2D.worldToModel"] = {[=[]=], [=[class_m_o_a_i_transform2_d.html#a813d9eaec94392b3567cfb7e811b3e48]=]}, MOAITransformBase = [=[Base class for 2D affine transforms.]=], ["MOAITransformBase.getWorldDir"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#aa74f8dd96ec1b9831e4e83bac2d14589]=]}, ["MOAITransformBase.getWorldLoc"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#a7146339798a8adb67462ac7bea87e4e3]=]}, ["MOAITransformBase.getWorldRot"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#abd51e63670b76ec86eecb973afafae2a]=]}, ["MOAITransformBase.getWorldScl"] = {[=[]=], [=[class_m_o_a_i_transform_base.html#ab4ff07495fe7bcfea00e5f2e503889ef]=]}, MOAITwitterIOS = [=[Wrapper for Twitter interaction on iOS devices. Only available on iOS 5.0 and above.]=], ["MOAITwitterIOS.TWEET_SUCCESSFUL"] = [=[Event indicating a successful Tweet.]=], ["MOAITwitterIOS.TWEET_CANCELLED"] = [=[Event indicating an unsuccessful Tweet.]=], ["MOAITwitterIOS.canTweet"] = {[=[]=], [=[class_m_o_a_i_twitter_i_o_s.html#ab8bba6567f2dc606308c0eb536b08b04]=]}, ["MOAITwitterIOS.composeTweet"] = {[=[]=], [=[class_m_o_a_i_twitter_i_o_s.html#acb990737feec740f67548d6b08f0479b]=]}, MOAIUntzSampleBuffer = [=[Uncompressed WAV data held in memory. May be shared between multiple MOAIUntzSound objects]=], ["MOAIUntzSampleBuffer.getData"] = {[=[]=], [=[class_m_o_a_i_untz_sample_buffer.html#a79a967bc72867a07ae31f8dba9c9d2b4]=]}, ["MOAIUntzSampleBuffer.getInfo"] = {[=[]=], [=[class_m_o_a_i_untz_sample_buffer.html#a0b190dfeba1d2c40e5f305ae824c6e71]=]}, ["MOAIUntzSampleBuffer.load"] = {[=[]=], [=[class_m_o_a_i_untz_sample_buffer.html#a9c1542210854d7d281d42c4b447257cf]=]}, ["MOAIUntzSampleBuffer.prepareBuffer"] = {[=[]=], [=[class_m_o_a_i_untz_sample_buffer.html#a26b724dc675a41bc1462403e05c2425a]=]}, ["MOAIUntzSampleBuffer.setData"] = {[=[]=], [=[class_m_o_a_i_untz_sample_buffer.html#ac3349f215b02bdfeb36251c73b27e2c2]=]}, ["MOAIUntzSampleBuffer.setRawData"] = {[=[]=], [=[class_m_o_a_i_untz_sample_buffer.html#ae2d9020cf4fb4d4a31dfaf1157fb4e0c]=]}, MOAIUntzSound = [=[Untz sound object.]=], ["MOAIUntzSound.getPosition"] = {[=[]=], [=[class_m_o_a_i_untz_sound.html#aab14a7f335d8b568ae303c62533c599c]=]}, ["MOAIUntzSound.getVolume"] = {[=[]=], [=[class_m_o_a_i_untz_sound.html#a4de8890ae52f58682d4d251d6595d17d]=]}, ["MOAIUntzSound.isLooping"] = {[=[]=], [=[class_m_o_a_i_untz_sound.html#a6173a70243f41f5b60ab288270b4290b]=]}, ["MOAIUntzSound.isPaused"] = {[=[]=], [=[class_m_o_a_i_untz_sound.html#abd0af21dd4b8b4f260b9898b2dbef0bc]=]}, ["MOAIUntzSound.isPlaying"] = {[=[]=], [=[class_m_o_a_i_untz_sound.html#aba500e5a49c00ee10a8c27cb06ac9b75]=]}, ["MOAIUntzSound.load"] = {[=[]=], [=[class_m_o_a_i_untz_sound.html#acfe01f2fb609415736e8e8e1dd3fe69f]=]}, ["MOAIUntzSound.moveVolume"] = {[=[]=], [=[class_m_o_a_i_untz_sound.html#ace0a4a49964f5c9d7f1e6acb1f496d3a]=]}, ["MOAIUntzSound.pause"] = {[=[]=], [=[class_m_o_a_i_untz_sound.html#a0c4cbe61361fc8524101fd3fa9ae8542]=]}, ["MOAIUntzSound.play"] = {[=[]=], [=[class_m_o_a_i_untz_sound.html#aaa027efefea911b7469598d139d883ac]=]}, ["MOAIUntzSound.seekVolume"] = {[=[]=], [=[class_m_o_a_i_untz_sound.html#a485ed59e0c76b7598c3bb240beb3d8c5]=]}, ["MOAIUntzSound.setLooping"] = {[=[]=], [=[class_m_o_a_i_untz_sound.html#a60b715cfe2bba1230cfa2948b24c6a59]=]}, ["MOAIUntzSound.setLoopPoints"] = {[=[]=], [=[class_m_o_a_i_untz_sound.html#a3effda2bd3c20db49f889e737f9bacae]=]}, ["MOAIUntzSound.setPosition"] = {[=[]=], [=[class_m_o_a_i_untz_sound.html#a03956fae464dd9c782c8916df84bda92]=]}, ["MOAIUntzSound.setVolume"] = {[=[]=], [=[class_m_o_a_i_untz_sound.html#a84454e5faa9a777ccaabcda3a9aee81b]=]}, ["MOAIUntzSound.stop"] = {[=[]=], [=[class_m_o_a_i_untz_sound.html#a216324f989cae42ce468d0bd1eb6b2ea]=]}, MOAIUntzSystem = [=[Untz system singleton]=], ["MOAIUntzSystem.getSampleRate"] = {[=[]=], [=[class_m_o_a_i_untz_system.html#a9cd17e2406f3cafb72c47dba063643a1]=]}, ["MOAIUntzSystem.getVolume"] = {[=[]=], [=[class_m_o_a_i_untz_system.html#a5ccef8840327fec0a7d57b6c9179ba5a]=]}, ["MOAIUntzSystem.initialize"] = {[=[]=], [=[class_m_o_a_i_untz_system.html#a9fb864095967d223556347c7f3e7b0e7]=]}, ["MOAIUntzSystem.setSampleRate"] = {[=[]=], [=[class_m_o_a_i_untz_system.html#aacc65e485d130bb260afc0f1091cc605]=]}, ["MOAIUntzSystem.setVolume"] = {[=[]=], [=[class_m_o_a_i_untz_system.html#a8f1e65c7fed431905c8202a90a8dbe16]=]}, MOAIVertexBuffer = [=[Vertex buffer class]=], ["MOAIVertexBuffer.bless"] = {[=[]=], [=[class_m_o_a_i_vertex_buffer.html#ad5a6c399937a0095fa1df0e5409eacae]=]}, ["MOAIVertexBuffer.release"] = {[=[]=], [=[class_m_o_a_i_vertex_buffer.html#af30ee3f0e2c1be6ba4c8772f17276044]=]}, ["MOAIVertexBuffer.reserve"] = {[=[]=], [=[class_m_o_a_i_vertex_buffer.html#a4f2a9f9cd4436ef36675716c5bd442ac]=]}, ["MOAIVertexBuffer.reserveVerts"] = {[=[]=], [=[class_m_o_a_i_vertex_buffer.html#a9db2544caf530eb053c1bd97cd79e7dc]=]}, ["MOAIVertexBuffer.reset"] = {[=[]=], [=[class_m_o_a_i_vertex_buffer.html#a45aa27ab0b9c44eb39ab800675cadaab]=]}, ["MOAIVertexBuffer.setFormat"] = {[=[]=], [=[class_m_o_a_i_vertex_buffer.html#ac847309222cb760ac0f6504898382efb]=]}, ["MOAIVertexBuffer.writeColor32"] = {[=[]=], [=[class_m_o_a_i_vertex_buffer.html#a6cff459a4f8973dcd1a294a7b7bf46ae]=]}, ["MOAIVertexBuffer.writeFloat"] = {[=[]=], [=[class_m_o_a_i_vertex_buffer.html#abe059a82c0403596c19fa6338274a354]=]}, ["MOAIVertexBuffer.writeInt16"] = {[=[]=], [=[class_m_o_a_i_vertex_buffer.html#a08317ca851ec0888ccadd98302efa985]=]}, ["MOAIVertexBuffer.writeInt32"] = {[=[]=], [=[class_m_o_a_i_vertex_buffer.html#a4fa65a4726bbd20c7b2f78beb73c8461]=]}, ["MOAIVertexBuffer.writeInt8"] = {[=[]=], [=[class_m_o_a_i_vertex_buffer.html#ae6c8977f0af29c5c549c99135923aee6]=]}, MOAIVertexFormat = [=[Vertex format class]=], ["MOAIVertexFormat.declareAttribute"] = {[=[]=], [=[class_m_o_a_i_vertex_format.html#a19894adbd16cd5506888b1ec4270c770]=]}, ["MOAIVertexFormat.declareColor"] = {[=[]=], [=[class_m_o_a_i_vertex_format.html#a7e2d1ba88c2757ae0b345d0ae7fcdd2b]=]}, ["MOAIVertexFormat.declareCoord"] = {[=[]=], [=[class_m_o_a_i_vertex_format.html#abffeb51cbae8d4b5181b599dbe82817a]=]}, ["MOAIVertexFormat.declareNormal"] = {[=[]=], [=[class_m_o_a_i_vertex_format.html#ad7b11897d72838887897b8bc172b9ef0]=]}, ["MOAIVertexFormat.declareUV"] = {[=[]=], [=[class_m_o_a_i_vertex_format.html#a98959aa4ebcaf7750e51432242b07a76]=]}, MOAIViewport = [=[Viewport object]=], ["MOAIViewport.setOffset"] = {[=[]=], [=[class_m_o_a_i_viewport.html#acda54cc11e0e2e036b75b17bd0078f5d]=]}, ["MOAIViewport.setRotation"] = {[=[]=], [=[class_m_o_a_i_viewport.html#a1168970d19ec37cee927ae0f56dfd5ae]=]}, ["MOAIViewport.setScale"] = {[=[]=], [=[class_m_o_a_i_viewport.html#a61903dcb6d6aed2852c36d5dc98e7558]=]}, ["MOAIViewport.setSize"] = {[=[]=], [=[class_m_o_a_i_viewport.html#a53a466e46af0377a54d58f6d0eb88db0]=]}, MOAIWheelSensor = [=[Hardware wheel sensor]=], ["MOAIWheelSensor.getDelta"] = {[=[]=], [=[class_m_o_a_i_wheel_sensor.html#ae44759d6e8d1ab21ead8754dcbb951d3]=]}, ["MOAIWheelSensor.getValue"] = {[=[]=], [=[class_m_o_a_i_wheel_sensor.html#aa3ca8660e0374bba3832d5fdeca1c864]=]}, ["MOAIWheelSensor.setCallback"] = {[=[]=], [=[class_m_o_a_i_wheel_sensor.html#ad408700e81a46e1adb970dc7cce0d9d5]=]}, MOAIXmlParser = [=[Converts XML DOM to Lua trees. Provided as a convenience; not advised for parsing very large XML documents. (Use of XML not advised at all - use JSON or Lua.)]=], ["MOAIXmlParser.parseFile"] = {[=[]=], [=[class_m_o_a_i_xml_parser.html#a3af50779a61ea3e490e57c6453d9f0ab]=]}, ["MOAIXmlParser.parseString"] = {[=[]=], [=[class_m_o_a_i_xml_parser.html#a7c0a7e9b487b3619e6647f5dd9bfbcfb]=]}, }