Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <snippet>
- <content><![CDATA[
- --[[
- @${3:instance}
- @desc ${4:Description}
- @param [${5:type}] ${6:arg1} -- ${7:description}
- @param [${8:type}] ${9:arg2} -- ${10:description}
- @param [${11:type}] ${12:arg3} -- ${13:description}
- @return [${14:type}] ${15:returnedValue} -- ${16:description}
- ]]
- function ${1:Class}:${2:functionName}( ${6:arg1}, ${9:arg2}, ${12:arg3} )
- return ${15:returnedValue}
- end
- ]]></content>
- <tabTrigger>f:</tabTrigger>
- <scope>source.computercraft</scope>
- </snippet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement