SHIP:Sail:set

From Serious Documentation
Revision as of 14:01, 11 October 2016 by CarltonHeyer (talk | contribs)
Jump to: navigation, search
Function Returns Introduced Description
set v5.1.0 Set a property valueBadge SHIPv5.gif

See Also:

Prototype

set Node.property, Integer/String/Boolean value, Integer/String/Boolean peers_value);

Parameters/Return Value

Parameter Data Type Description
.property Node Property to set
value Integer/String/Boolean new property value
peers_value Integer/String/Boolean new property value for peers
Return no return value

Detailed Description

This function sets the property to the value indicated and sets the property of the nodes peers to the indicated peers_value.

Examples

Example Results Notes
set(pHome.visible, true, false); Set home page to visible and all other pages to non-visible