Squirrel/BlankFunctionPage

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
m
m (Fixed Foo/Bar for adoption)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
<!-- Enter the pages title here -->
 +
{{Squirrel/Title|BlankFunctionPage}}
 
<!-- Write a short description about the function. If the function returns any special values these should also be mentioned here. -->
 
<!-- Write a short description about the function. If the function returns any special values these should also be mentioned here. -->
 
This function does nothing special. This function always returns false.
 
This function does nothing special. This function always returns false.
Line 30: Line 31:
 
</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 ===
  
 
<!-- List possible notes for the example. At least list the functions/events used in the example here. For example: -->
 
<!-- List possible notes for the example. At least list the functions/events used in the example here. For example: -->
The function [[link/to/the/function|Bar]] was used in in this example. More info about this in the corresponding page.
+
<!-- The function [[link/to/the/function|Bar]] was used in in this example. More info about this in the corresponding page. -->
 +
The function [[Squirrel/Foo/Bar|Bar]] was used in in this example. More info about this in the corresponding page.
  
 
== Related Functions ==
 
== Related Functions ==

Latest revision as of 20:08, 25 September 2011


Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

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

[edit] Syntax

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


[edit] Arguments

  • param1 - This is parameter 1

[edit] Example

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


I don't need an example now shush.

[edit] Notes

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

[edit] Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox