Squirrel/BlankFunctionPage

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
m
(Example)
Line 30: Line 30:
 
</code>
 
</code>
  
<!-- If you added an example, remove the following line so that this page is removed from the Needs example list. Otherwise leave it there. -->
+
<!-- If you added an example, remove the following line so that this page is removed from the Needs example list. Otherwise leave it there. -->  
{{Squirrel/NeedsExample}}
+
 
 +
I don't need an example now shush.
  
 
=== Notes ===
 
=== Notes ===

Revision as of 01:40, 8 March 2010

This function does nothing special. This function always returns false.

Syntax

  1. return_type FunctionName( param_1_type param1, param_2_type param2, ... )


Arguments

  • param1 - This is parameter 1

Example

  1.  
  2. // [EXAMPLE HERE]
  3.  
  4. function onFoo()
  5. {
  6. Bar();
  7. }
  8.  


I don't need an example now shush.

Notes

The function Bar was used in in this example. More info about this in the corresponding page.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox