Standard handling will be used (1 is one of the lower 16 bits)
- food and food: collision value = 0x20002 & 0x10002 = 2 -> As above.
- creature and food: collision value = (0x10001 & 0x10002) or (0x20002 & 0x20001) = 0x10000 or 0x20000 -> Custom handling will be used (higher 16 bits).
]]>
return 0 or 1]]>
0=pressing, value depends on the force applied
Characteristics:
does not use inputs
provides output value
should be located on a Part
Properties:
Range (r) float 0..1]]>
Standard handling will be used (1 is one of the lower 16 bits)
- food and food: collision value = 0x20002 & 0x10002 = 2 -> As above.
- creature and food: collision value = (0x10001 & 0x10002) or (0x20002 & 0x20001) = 0x10000 or 0x20000 -> Custom handling will be used (higher 16 bits).
]]>
0, body constructs of creatures (position of Parts) will be randomly disturbed when they are created.]]>
0=pressing, value depends on the force applied
Characteristics:
does not use inputs
provides output value
should be located on a Part
Properties:
Range (r) float 0..1]]>
0=pressing, value depends on the force applied
Characteristics:
does not use inputs
provides output value
should be located on a Part
Properties:
Range (r) float 0..1]]>
[seed]
to generate a random landscape, or
m digits
M numbers
to provide height values.
See also the WorldMap object.]]>
="|0003.14|"
String.format("|%04x|",255) -> ="|00ff|"
String.format("|%7s|","text") -> ="| text|"
String.format("|%-7d|",12345) -> ="|12345 |"
String.format("%t",Math.time) -> ="Sun Apr 29 19:22:02 2007"
String.format("%T",Math.time) -> ="2007-05-29 19:22:02"
]]>
2
String.indexOf("abcdef","dc") -> -1
]]>
2
String.indexOfStart("abcdef","cd",3) -> -1
]]>
="abc"]]>
6]]>
"abXef"]]>
="def"]]>
["word1","","","word2","word3"]]]>
["word1","word2","word3"]]]>
="de"]]>
[seed]
to generate a random landscape, or
m digits
M numbers
to provide height values.
See also the WorldMap object.]]>
[seed]
to generate a random landscape, or
m digits
M numbers
to provide height values.
See also the WorldMap object.]]>
in such cases)]]>