Squirrel/BlankFunctionPage

From Liberty Unleashed Wiki
Revision as of 04:28, 14 November 2009 by Juppi (Talk | contribs)

Jump to: navigation, search

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.  
This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o

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