GetIslands

From Liberty Unleashed Wiki
Revision as of 10:44, 11 October 2010 by VRocker (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

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