Contents


Introduction

Object instance: properties


Description

Defines functions for accessing Java system properties.


Methods


poperties:enabled

properties:enabled p

poperties:equals

properties:equals p, v

poperties:getValue

properties:getValue p

Usage Examples

-- example of only executing script contents on test server

if not properties:enabed("stendhal.testserver") then
    do return end
end