Sonolus Wiki

GetShifted

Get a value from block.

Arguments

ArgumentDescription
idBlock identifier
iIndex
dOffset

Return

Value at index i + d of the block id, or 0 if index is out of range or block does not exist.

Remarks

It is the same as Get(id, i + d).