setTokenSnapToGrid

From RPTools Wiki
Revision as of 18:00, 15 December 2017 by Jagged (talk | contribs) (Created page with "{{MacroFunction |name=setTokenSnapToGrid |version=1.4 |description= Sets the "snap to" behaviour for the Current Token or a specified token. |usage= <source lang="mtmacro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

setTokenSnapToGrid() Function

Introduced in version 1.4
Sets the "snap to" behaviour for the Current Token or a specified token.

Usage

setTokenSnapToGrid(snap)
setTokenSnapToGrid(snap, id)

Parameters

  • snap - A value true(1) or false(0).
  • id - The id of the token to set its snap behaviour.

Example

[h: setTokenSnapToGrid(0)]
[h: setTokenSnapToGrid(1, currentToken())]


|also= isSnapToGrid() }}