MC-Basic:robot.PASSBUFFERSIZE

From SoftMC-Wiki
Revision as of 12:18, 2 March 2017 by Miborich (talk | contribs) (Miborich moved page MC-Basic:robot.PassBufferSize to MC-Basic:robot.PASSBUFFERSIZE)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The number of points given by PASS command (min of point array size and the PassUpTo value) can not be bigger then the PassBufferSize-PassBufferLevel value:

Min(ArraySize(Through), PassUpTo) <= PassBufferSize-PassBufferLevel

Short form

None

Syntax

? <group>.PassBufferSize

Availability

Since Version 4.0.0

Type

Long

Range

0 - MaxLong

Default

N/A

Scope

Task or Terminal

Limitations

Valid for robots only.

See Also