Pixel Envision Ltd.
Mobile Game Development Studio
  • Home
  • About Us
  • Our Games
    • Hyper-Casual
    • Casual Games
      • Don’t Get Caught
      • Hordes of Enemies
      • noded
      • kubic
      • Whip Swing
      • Witches’ Brew
    • Kids Apps
      • Coloring Book
      • Cars & Trucks Puzzle
      • Train Puzzles for Kids
      • Animal Puzzle
      • Fairy Tale Puzzles for Kids
      • Find the Differences
  • Support
  • Privacy Policy
Select Page ...

Autocomplete Wordlist for Corona Project Manager (CPM)

Autocomplete Wordlist for Corona Project Manager (CPM)

December 9, 2011 CoronaSDK, Lua

If you are serious about mobile development using CoronaSDK there is one tool you should definitely check out, Corona Project Manager by J. A. Whye. For me, it’s an organic extension to CoronaSDK and makes it very easier to work with.

One of the most important features of CPM is the autocomplete function. It speeds up my coding but also it reminds me the functions I might have forgotten at the time, or functions recently added which might make things easier. Because of that, I’d like to keep it up-to-date. You may copy & paste the following list to keep yours updated as well! ;)

Updated on December 9, 2011 for Corona SDK 2011.701+

Lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
analytics.init (  )
analytics.logEvent (  )
and
assert(   )
audio.dispose (  )
audio.fade ( [ { [channel=] [, time=] [, volume= ] } ] )
audio.fadeOut ( [ { [channel=] [, time=] } ] )
audio.findFreeChannel (  )
audio.freeChannels
audio.getDuration (  )
audio.getMaxVolume ( { channel= } )
audio.getMinVolume ( { channel= } )
audio.getVolume ( [ { channel= } ] )
audio.isChannelActive (  )
audio.isChannelPaused (  )
audio.isChannelPlaying (  )
audio.loadSound (   )
audio.loadStream (   )
audio.pause (  )
audio.play (  [, { [channel=] [, loops=] [, duration=] [, fadein=] [, onComplete=]  } ] )
audio.reserveChannels (  )
audio.reservedChannels
audio.resume (  )
audio.rewind ( [  ] [, { channel= } ] )
audio.seek (   [, { channel= } ] )
audio.setMaxVolume ( , { channel= } )
audio.setMinVolume ( , { channel= } )
audio.setVolume (  [,{ channel= }] )
audio.stop (  )
audio.stopWithDelay (   )
audio.totalChannels
audio.unreservedFreeChannels
audio.unreservedUsedChannels
audio.usedChannels
body.angularDamping
body.angularVelocity
body.bodyType
body.isAwake
body.isBodyActive
body.isBullet
body.isFixedRotation
body.isSleepingAllowed
body.linearDamping
body:applyAngularImpulse (  )
body:applyForce ( , , ,  )
body:applyLinearImpulse ( , , ,  )
body:applyTorque (  )
body:getLinearVelocity ( )
body:resetMassData ( )
body:setLinearVelocity ( ,  )
break
crypto.digest ( ,   )
crypto.hmac ( , ,   )
crypto.md4
crypto.md5
crypto.sha1
crypto.sha224
crypto.sha256
crypto.sha384
crypto.sha512
display.captureScreen (  )
display.contentCenterX
display.contentCenterY
display.contentHeight
display.contentScaleX
display.contentScaleY
display.contentWidth
display.getCurrentStage ( )
display.loadRemoteImage ( , ,  ,    )
display.newCircle( , ,  )
display.newGroup ( )
display.newImage(    )
display.newImage(      )
display.newImageRect (    ,  )
display.newLine(  , , ,  )
display.newRect(  , , ,  )
display.newRoundedRect(  , , , ,  )
display.newText(  "", , , ,  )
display.save ( ,   )
display.screenOriginX
display.screenOriginY
display.setDefault( , , ,   )
display.setStatusBar (  )
display.statusBarHeight
display.viewableContentHeight
display.viewableContentWidth
do
easing.inExpo ( , , ,  )
easing.inOutExpo ( , , ,  )
easing.inOutQuad ( , , ,  )
easing.inQuad ( , , ,  )
easing.linear ( , , ,  )
easing.outExpo ( , , ,  )
easing.outQuad ( , , ,  )
else
elseif
end
error (   )
event.accuracy
event.altitude
event.city
event.cityDetail
event.count
event.country
event.countryCode
event.delta
event.direction
event.errorCode
event.errorMessage
event.force
event.friction
event.geographic
event.id
event.invalidProducts
event.isError
event.isShake
event.latitude
event.longitude
event.magnetic
event.name
event.object1
event.object2
event.other
event.phase
event.postalCode
event.products
event.region
event.regionDetail
event.source
event.speed
event.sprite
event.street
event.streetDetail
event.time
event.transaction
event.type
event.url
event.x
event.xGravity
event.xInstant
event.xStart
event.y
event.yGravity
event.yInstant
event.yStart
event.zGravity
event.zInstant
facebook.login ( ,   )
facebook.logout ( )
facebook.request (   )
facebook.showDialog (  )
false
file:close ( )
file:flush ( )
file:lines ( )
file:read (    )
file:seek (   )
file:setvbuf (   )
file:write (    )
for
function
getfenv (  )
getmetatable (  )
group.numChildren
group:insert(  ,  )
group:remove (  )
if
in
io.close (  )
io.flush ( )
io.input (  )
io.lines (  )
io.open (   )
io.output (  )
io.popen ( )
io.read (    )
io.tmpfile ( )
io.type (  )
io.write (    )
ipairs (  )
joint.dampingRatio
joint.frequency
joint.isLimitEnabled
joint.isMotorEnabled
joint.jointAngle
joint.jointSpeed
joint.jointTranslation
joint.length
joint.length1
joint.length2
joint.maxForce
joint.maxMotorForce
joint.maxMotorTorque
joint.maxTorque
joint.motorForce
joint.motorSpeed
joint.motorTorque
joint.ratio
joint:getAnchorA ( )
joint:getAnchorB ( )
joint:getLimits ( )
joint:getReactionForce ( )
joint:getRotationLimits ( )
joint:removeSelf ( )
joint:setLimits ( ,  )
joint:setRotationLimits ( ,  )
local
math.abs (  )
math.acos (  )
math.asin (  )
math.atan (  )
math.atan2 ( ,  )
math.ceil (  )
math.cos (  )
math.cosh (  )
math.deg (  )
math.exp (  )
math.floor (  )
math.fmod ( ,  )
math.frexp (  )
math.huge
math.ldexp (  , )
math.log (  )
math.log10 (  )
math.max ( ,  )
math.min ( ,  )
math.modf (  )
math.pi
math.pow ( ,  )
math.rad (  )
math.random (  )
math.randomseed (  )
math.sin (  )
math.sinh (  )
math.sqrt (  )
math.tan (  )
math.tanh (  )
media.getSoundVolume ( )
media.newEventSound (   )
media.newRecording(  )
media.pauseSound ( )
media.playEventSound (    )
media.playSound(    )
media.playSound(    )
media.playVideo(  , ,  )
media.setSoundVolume(  )
media.show ( ,  )
media.stopSound ( )
module (   )
movieclip.newAnim (  )
myMap.isLocationVisible =
myMap.isScrollEnabled =
myMap.isZoomEnabled =
myMap.mapType =
myMap:addMarker ( , , [{ title="", subtitle="" } ] )
myMap:getAddressLocation (  )
myMap:getUserLocation ( )
myMap:removeAllMarkers ( )
myMap:setCenter ( , ,  )
myMap:setRegion ( , , , ,  )
native.cancelAlert (  )
native.cancelWebPopup ( )
native.getFontNames ( )
native.newFont (   )
native.newTextBox ( , , ,  )
native.newTextField ( , , ,   )
native.setActivityIndicator (  )
native.setKeyboardFocus (  )
native.showAlert ( ,   )
native.showWebPopup(   )
native.showWebPopup( , , , ,   )
network.download ( , ,  ,   )
network.request ( , ,   )
next (   )
nil
not
object.align
object.alpha
object.baseUrl
object.font
object.hasBackground
object.height
object.isHitTestable
object.isSecure
object.isVisible
object.parent
object.play ( )
object.rotation
object.size
object.strokeWidth
object.text
object.urlRequest
object.width
object.x
object.xOrigin
object.xReference
object.xScale
object.y
object.yOrigin
object.yReference
object.yScale
object:addEventListener ( ,  )
object:dispatchEvent(  )
object:getSampleRate ( )
object:getTunerFrequency ( )
object:getTunerVolume ( )
object:isRecording ( )
object:nextFrame ( )
object:play ( )
object:play { startFrame=, endFrame=, loop=, remove= }
object:previousFrame ( )
object:removeEventListener ( ,  )
object:reverse ( )
object:reverse { startFrame=, endFrame=, loop=, remove= }
object:rotate(  )
object:scale ( ,  )
object:setDrag ( drag= )
object:setFillColor ( , ,   )
object:setLabels { frameLabel1=, frameLabel2=, frameLabelN= }
object:setReferencePoint (  )
object:setSampleRate(  )
object:setStrokeColor ( , ,   )
object:setTextColor ( , ,   )
object:startRecording ( )
object:startTuner ( )
object:stop ( )
object:stopAtFrame (  )
object:stopRecording ( )
object:stopTuner ( )
object:translate ( ,  )
openfeint.downloadBlob ( ,  )
openfeint.init ( , , ,  )
openfeint.launchDashboard (  )
openfeint.launchDashboard ( ,  )
openfeint.setHighScore ( { leaderboardID=, score=  } )
openfeint.unlockAchievement (  )
openfeint.uploadBlob ( ,  )
or
os.clock ( )
os.date (  )
os.difftime ( ,  )
os.execute(  )
os.exit (  )
os.remove (  )
os.rename ( ,  )
os.time (  )
package.loaded
package.loaders
package.seeall (  )
pairs (  )
pcall ( , ,  )
physics.addBody ( ,  {density=, friction=, bounce= [,radius=]} )
physics.addBody ( ,  {density=, friction=, bounce= [,shape=]} )
physics.newJoint ( , , , ,  )
print (  )
rawequal ( ,  )
rawget ( ,  )
rawset ( , ,  )
removeSelf()
repeat
require (  )
return
select ( ,  )
setfenv ( ,  )
setmetatable ( ,  )
setReferencePoint(display.TopLeftReferencePoint)
sprite.add ( , , , , ,  )
sprite.newSpriteSet ( , ,  )
sprite.newSpriteSheet ( ,   ,  )
sprite.newSpriteSheetFromData( ,   )
spriteInstance.animating
spriteInstance.currentFrame
spriteInstance.newSprite (  )
spriteInstance.sequence
spriteInstance:addListener (  )
spriteInstance:pause ( )
spriteInstance:play ( )
spriteInstance:prepare (  )
spriteSheet:dispose ( )
stage:setFocus (  )
store.canMakePurchases
store.finishTransaction (  )
store.init (  )
store.loadProducts ( ,  )
store.purchase (  )
store.restore()
string.byte (   )
string.char (   )
string.find ( ,   )
string.format (   )
string.gmatch( ,  )
string.gsub ( , ,   )
string.len (  )
string.lower (  )
string.match ( ,   )
string.rep ( ,  )
string.reverse (  )
string.sub ( ,   )
string.upper (  )
system.getInfo(  )
system.getPreference ( ,  )
system.getTimer ( )
system.openURL (  )
system.pathForFile ( )
system.setAccelerometerInterval (  )
system.setIdleTimer (  )
system.setLocationAccuracy (  )
system.setLocationThreshold (  )
system.vibrate ( )
table.concat (   )
table.insert ( ,   )
table.maxn (  )
table.remove (   )
table.sort (   )
then
timer.cancel (  )
timer.performWithDelay ( ,   )
tonumber (   )
tostring (  )
transition.cancel (  )
transition.dissolve( , , ,  )
transition.from ( ,  )
transition.to ( ,  )
true
type (  )
unpack (   )
until
while
_G
alphabet
align
alpha
baseUrl
font
hasBackground
height
isHitTestable
isSecure
isVisible
parent
rotation
size
contentBounds
contentHeight
contentWidth
strokeWidth
text
urlRequest
width
xOrigin
xReference
xScale
yOrigin
yReference
yScale
addEventListener ( ,  )
dispatchEvent(  )
getSampleRate ( )
getTunerFrequency ( )
getTunerVolume ( )
isRecording ( )
nextFrame ( )
play ( )
play { startFrame=, endFrame=, loop=, remove= }
previousFrame ( )
removeEventListener ( ,  )
reverse ( )
reverse { startFrame=, endFrame=, loop=, remove= }
rotate(  )
scale ( ,  )
setDrag ( drag= )
setFillColor ( , ,   )
setLabels { frameLabel1=, frameLabel2=, frameLabelN= }
setReferencePoint (  )
setSampleRate(  )
setStrokeColor ( , ,   )
setTextColor ( , ,   )
startRecording ( )
startTuner ( )
stop ( )
stopAtFrame (  )
stopRecording ( )
stopTuner ( )
translate ( ,  )
math.round(  )
table.copy( ,   )
table.indexOf( ,  )
credits.init( , ,  )
credits.requestUpdate( )
credits.showOffers( )
event.newCredits
event.totalCredits
graphics.newMask(    )
display.remove(  )
object:contentToLocal( ,  )
object:localToContent( ,  )
object:removeSelf( )
object:setMask(  )
object:toBack( )
object:toFront( )
object.contentBounds
object.contentHeight
object.contentWidth
object.isHitTestMasked
object.maskRotation
object.maskScaleX
object.maskScaleY
object.maskX
object.maskY
object:append( ,  )
object:setColor( , ,   )
native.newMapView( , , ,  )
system.DocumentsDirectory
system.ResourceDirectory
system.TemporaryDirectory
system.activate(  )
system.orientation( )
network.canDetectNetworkStatusChanges
network.setStatusListener( ,  )
native.systemFont
event.address
event.isConnectionOnDemand
event.isConnectionRequired
event.isInteractionRequired
event.isReachable
event.isReachableViaCellular
event.isReachableViaWiFi
event.channel
event.completed
event.handle
event.action
event.index
event.target
event.numTaps
object.inputType =
physics.getGravity( )
physics.pause( )
physics.setDrawMode(  )
physics.setGravity( ,  )
physics.setPositionIterations(  )
physics.setScale(  )
physics.setVelocityIterations(  )
physics.start(  )
physics.stop( )
body.isSensor
joint.reactionTorque
spriteInstance.timeScale
sprite.newSpriteMultiSet({ { sheet = , frames = { n1, n2, nx} }, })
audio.supportsSessionProperty
audio.setSessionProperty( ,  )
audio.getSessionProperty(  )
audio.ActiveMode
audio.MixMode
audio.OverrideMixWithOthers
audio.OtherAudioIsPlaying
audio.OtherMixableAudioShouldDuck
audio.AmbientMixMode
audio.SoloAmbientMixMode
audio.MediaPlaybackMixMode
audio.RecordAudioMixMode
audio.PlayAndRecordMixMode
system.setGyroscopeInterval( )
system.hasEventSource(  )
event.deltaTime
event.xRotation
event.yRotation
event.zRotation
gameNetwork.init (   )
gameNetwork.request (   )
gameNetwork.show (   )
json.encode(  )
json.decode(  )
json.null()
event.keyName
event.phase
event.name
physics.removeBody(  )
timer.pause(  )
timer.resume(  )
ads.init( ,  )
ads.show(   )
ads.hide( )
object.isEditable
graphics.newGradient( ,   )
system.scheduleNotification(   )
system.scheduleNotification(   )
system.cancelNotification(  )
display.newRetinaText(  "", , ,  ,  )
display.newEmbossedText(  "", , ,  , ,  )
widget.newButton (  )
widget.newSlider (  )
widget.newScrollView (  )
widget.newTableView (  )
widget.newTabBar (  )
widget.newPickerWheel (  )
widget.setTheme (  )
storyboard.newScene ( )
storyboard.gotoScene (  ""  )
storyboard.purgeScene ( "" )
storyboard.removeScene ( "" )
storyboard.getPrevious ( )
storyboard.getScene ( "" )
storyboard.purgeAll ( )
storyboard.removeAll ( )
system.setLocationThreshold(  )

← Witches’ Brew HD review on iHeartThisApp.com
We have stopped developing with the Corona SDK →

7 Responses to Autocomplete Wordlist for Corona Project Manager (CPM)

  • copo
    6 / 29 / 2013

    When was the last time this list was updated?

    copo 6 / 29 / 2013
    • Erdener
      6 / 29 / 2013

      December 2011…

      Erdener 6 / 29 / 2013
  • Graham Hill
    1 / 9 / 2012

    I think you might have missed out math.round

    And, as Dave said, thanks for putting this together. It’s appreciated.

    Cheers,

    Gray

    Graham Hill 1 / 9 / 2012
    • Admin
      1 / 11 / 2012

      HI Gray,

      You’re welcome! :)

      Actually math.round( ) is in there, but thanks anyway. I’ll also update this shortly with recent updates…

      Admin 1 / 11 / 2012
  • Dave Yang
    9 / 17 / 2011

    Thanks for putting this together.

    BTW, there are two duplicated lines: event.name and event.phase.

    Cheers,
    Dave

    Dave Yang 9 / 17 / 2011
    • Admin
      9 / 17 / 2011

      You’re welcome… And thanks for the info, just removed duplicates… :)

      Admin 9 / 17 / 2011
  • Tags

    3ds Max Coming Soon CoronaSDK Featured Flash Lua MAXScript PHP Programming Reviews Tips & Tricks Unity 3D Windows Phone
  • Recent Comments

    • Yogesh Singh on ZIP (POSTAL) Code Validation Regex & PHP code for 12 Countries
    • Admin on Maxscript – Vray Cubemap Generator for Unity
    • charlie on Maxscript – Vray Cubemap Generator for Unity
    • Mastan on PHP Currency Converter
    • Rakesh Vishnoi on ZIP (POSTAL) Code Validation Regex & PHP code for 12 Countries
    • Find us on

      amazonandroidapplefacebooklinkedintwitterwindowsyoutube
    • Company Information

      Lytchett House, 13 Freeland Park, Wareham Road, Poole, Dorset, BH16 6FA

      Pixel Envision Limited is a company registered in England, company number: 09558675. Registered Office: Preston Park House, South Road, Brighton, East Sussex, BN1 6SB, United Kingdom

    • Privacy Policy
    Copyright © 2011-2021 Pixel Envision Ltd, all rights reserved.