Table of Contents

ugBASIC User Manual

TILEMAP TILE AT

SYNTAX

   = TILEMAP TILE AT( column, row [, layer] )

PURPOSE

Alias for TILEMAP INDEX.

EXAMPLE

  index = TILEMAP TILE AT( 0, 0 )
  index = TILEMAP TILE AT( 0, 0, 1 )

ABBREVIATION

 Tm Tl At

AVAILABLE ON

SEE ALSO

TILEMAP INDEX

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY