js:MapTool: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Within the javascript environment used by {{code|js.eval}}, {{code|MapTool}} is the main entry point for manipulating tokens or maps, sending chat messages, running macros, an...") |
m (Conversion script moved page Js:MapTool to js:MapTool: Converting page titles to lowercase) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Within the javascript environment used by {{ | {{Experimental}} | ||
Within the javascript environment used by {{func|js.eval}}, {{code|MapTool}} is the main entry point for manipulating tokens or maps, sending chat messages, running macros, and so on. This page details the attributes available on the {{code|MapTool}} object. | |||
Line 66: | Line 10: | ||
[[js:MapTool.clientInfo|JS: MapTool.clientInfo]]<br/> | [[js:MapTool.clientInfo|JS: MapTool.clientInfo]]<br/> | ||
[[js:MapTool.tokens|JS: MapTool.tokens]]<br/> | [[js:MapTool.tokens|JS: MapTool.tokens]]<br/> | ||
[[js:MTScript|JS: MTScript]] | [[js:Token|JS: Tokens]]<br/> | ||
[[js:MTScript|JS: MTScript]]<br/> | |||
{{func|js.eval}} | |||
[[Category:Javascript Function]] | [[Category:Javascript Function]] |
Latest revision as of 23:59, 9 February 2023
This article describes a feature or macro function that is experimental and may be subject to change.
Within the javascript environment used by js.eval(), MapTool
is the main entry point for manipulating tokens or maps, sending chat messages, running macros, and so on. This page details the attributes available on the MapTool
object.
See Also
JS: MapTool.chat
JS: MapTool.clientInfo
JS: MapTool.tokens
JS: Tokens
JS: MTScript