Editing Template:Function
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 14: | Line 14: | ||
summary = description of the function | summary = description of the function | ||
''name'' = the name of the function. The page name is the default value. | ''name'' = the name of the function. The page name is the default value. | ||
''alias'' | ''alias'' = An abbreviated version of the function name that can be | ||
used instead of the long name. | used instead of the long name. | ||
''returnVal '' = what the function returns | ''returnVal '' = what the function returns | ||
returnType = the type of the returned value. Use void if there is no return value. | |||
''referenceType'' = if appropriate, the type of reference that the function may be called | ''referenceType'' = if appropriate, the type of reference that the function may be called | ||
on with the dot syntax | on with the dot syntax |