Squirrel/Server/Functions/Players/Marker

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|Player.Marker}} This function sets/returns the players radar marker. == Syntax == <code>bool player.Marker</code> <code>player.Marker = bool value</code> == A…')
 
m
Line 19: Line 19:
 
  -- todo
 
  -- todo
 
</code>
 
</code>
 
This will tell the player what their health value currently is.
 
  
 
== Example 2. Setting ==
 
== Example 2. Setting ==

Revision as of 11:49, 15 October 2010

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

This function sets/returns the players radar marker.

Syntax

  1. bool player.Marker
  1. player.Marker = bool value

Arguments

  • value - A boolean saying if the radar marker is enabled/disabled.

Example 1. Returning

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.  

Example 2. Setting

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