LSL Function Style

From Second Life Wiki
Revision as of 17:29, 24 January 2007 by Talarus Luan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

llFunction - Short function descriptor

Syntax:

integer llFunction( key Parameter1, integer Parameter2, float Parameter3);

Full Functional Description:

This function performs this specific set of actions under these circumstances.

Parameters:

  • Parameter1 - This is a key parameter which expects to be passed a valid avatar key.
  • Parameter2 - This is an integer parameter which indicates the number of widgets to process.
  • Parameter3 - This is a float parameter used to describe the length of the stick used to whack bad formatters.

Examples:

 (code blocks)

Caveats:

  • None known at this time.