js:MapTool: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Conversion script moved page Js:MapTool to js:MapTool: Converting page titles to lowercase) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
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 | {{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 87: | Line 9: | ||
[[js:MapTool.chat|JS: MapTool.chat]]<br/> | [[js:MapTool.chat|JS: MapTool.chat]]<br/> | ||
[[js:MapTool.clientInfo|JS: MapTool.clientInfo]]<br/> | [[js:MapTool.clientInfo|JS: MapTool.clientInfo]]<br/> | ||
[[js:MapTool.tokens|JS: MapTool.tokens]]<br/> | |||
[[js:Token|JS: Tokens]]<br/> | [[js:Token|JS: Tokens]]<br/> | ||
[[js:MTScript|JS: MTScript]]<br/> | [[js:MTScript|JS: MTScript]]<br/> | ||
{{func|js.eval}} | {{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