Squirrel/Server/Functions/Game/GetIslands

From Liberty Unleashed Wiki
Revision as of 02:42, 7 January 2010 by Force (Talk | contribs)

Jump to: navigation, search

This function returns the current value for game islands when the server is in Liberty Unleashed mode. Possible values are:

  • 0 - All islands closed
  • 1 - Portland Island open, Staunton Island and Shoreside Vale closed
  • 2 - Portland Island and Shoreside Vale closed, Staunton Island open
  • 3 - Portland Island and Staunton Island closed, Shoreside Vale open
  • 4 - Portland Island and Staunton Island open, Shoreside Vale closed
  • 5 - Portland Island closed, Staunton Island and Shoreside Vale open
  • 6 - All islands open

Syntax

  1. int GetIslands()

Arguments

  • none

Example

  1.  
  2. function onPlayerCommand( player, command, text )
  3. {
  4. if ( command == "islands" ) MessagePlayer( "Current Island setting: " + GetIslands(), player );
  5. }
  6.  

Notes

This function is used to return what islands are currently being used by the server.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox