Updated Component Configuration (markdown)

mikeprimm 2012-01-23 22:40:53 -08:00
parent 68cc7644c1
commit 0cd5c93481
1 changed files with 3 additions and 0 deletions

@ -228,6 +228,7 @@ This component is used to show player positions and names as markers on the disp
type: playermarkers
showplayerfaces: true
showplayerhealth: true
showplayerbody: false
smallplayerfaces: false
hidebydefault: false
layerprio: 0
@ -241,6 +242,8 @@ The settings for the component include the following:
* _smallplayerfaces_ : if enabled, player faces are shown (assuming _showplayerfaces_ is true), but at 1/2 the normal size (equivalent to the small generic markers used when _showplayerfaces_ is false).
* _showplayerbody_ : if enabled, whole body icons will be show instead of just faces. Only applicable if _showplayerfaces_ is true and _smallplayerfaces_ is false.
* _hidebydefault_ : this optional parameter, if defined and set to true, changes the default visibility state for the map layer with the player markers to be hidden. The layer can still be made visible with the layer control on the web client UI.
* _layerprio_ : this optional parameter provides an ordering weight for the layer in the layer selection control, which orders from lowest to highest _layerprio_ (and then alphabetically for equal priority layers). Default is 0.