Squirrel/Server/Functions/Pickups/OneTime

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|Pickup.OneTime}} __NOTOC__ This ''Pickup'' class member returns/sets whether the given pickup removes when you hit it. == Syntax == You can either return or set…')

Revision as of 15:00, 15 October 2010

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


This Pickup class member returns/sets whether the given pickup removes when you hit it.

Syntax

You can either return or set a new value using this member:

  1. Bool pickup.OneTime
  1. pickup.OneTime = bool bOneTime

Arguments

  • bOneTime - A boolean representing whether the given pickup removes when you hit it.

Example

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o

Explanation for the example

  1.  
  2. -- Todo
  3.  

Notes

-- List of used functions and other notes here.


Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox