js:MapTool: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Experimental}} | {{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 | 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 88: | 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]] |
Revision as of 19:15, 7 October 2021
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