/Snippets/timer_performWithDelay 2.tmSnippet
http://github.com/osadchuk/Corona-SDK.tmbundle · Unknown · 16 lines · 16 code · 0 blank · 0 comment · 0 complexity · 49ee143977749cd5d12929ac60b27132 MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>content</key>
- <string>timer.performWithDelay(${1:delay_in_milliseconds}, ${2:callback_function}, ${3:iterations})</string>
- <key>name</key>
- <string>timer.performWithDelay</string>
- <key>scope</key>
- <string>source.lua</string>
- <key>tabTrigger</key>
- <string>timer.performWithDelay</string>
- <key>uuid</key>
- <string>D73074D3-8279-401E-A12C-E2444138F3D0</string>
- </dict>
- </plist>